diff options
Diffstat (limited to 'WebCore/platform/android/PlatformBridge.h')
-rw-r--r-- | WebCore/platform/android/PlatformBridge.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/WebCore/platform/android/PlatformBridge.h b/WebCore/platform/android/PlatformBridge.h index 977a0fd..e3f3b98 100644 --- a/WebCore/platform/android/PlatformBridge.h +++ b/WebCore/platform/android/PlatformBridge.h @@ -48,6 +48,16 @@ public: // KeyGenerator static WTF::Vector<String> getSupportedKeyStrengthList(); static String getSignedPublicKeyAndChallengeString(unsigned index, const String& challenge, const KURL&); + // These ids need to be in sync with the constants in BrowserFrame.java + enum rawResId { + NoDomain = 1, + LoadError, + DrawableDir, + FileUploadLabel, + ResetLabel, + SubmitLabel + }; + static String* globalLocalizedName(rawResId resId); }; } #endif // PlatformBridge_h |