summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/android/PlatformBridge.h
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2009-12-15 05:56:14 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-12-15 05:56:14 -0800
commit33cbb13803ce37ab3306b7ba46d2cc4a86cb9193 (patch)
tree2178fd95aa4eea6732de9881e9348edee3cfb22a /WebCore/platform/android/PlatformBridge.h
parent27fe1be0694fb6b93e68f2c660707bf547f11448 (diff)
parent334e51bc2ff9bf7fc55fa67dc8a6d9257501a32e (diff)
downloadexternal_webkit-33cbb13803ce37ab3306b7ba46d2cc4a86cb9193.zip
external_webkit-33cbb13803ce37ab3306b7ba46d2cc4a86cb9193.tar.gz
external_webkit-33cbb13803ce37ab3306b7ba46d2cc4a86cb9193.tar.bz2
am 334e51bc: Provide localized strings for <input> labels.
Merge commit '334e51bc2ff9bf7fc55fa67dc8a6d9257501a32e' into eclair-mr2-plus-aosp * commit '334e51bc2ff9bf7fc55fa67dc8a6d9257501a32e': Provide localized strings for <input> labels.
Diffstat (limited to 'WebCore/platform/android/PlatformBridge.h')
-rw-r--r--WebCore/platform/android/PlatformBridge.h10
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