Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 991543003: Upstream ChromeMobileApplication bits about sync browser initialization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added findbugs_exclusion Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index c374894416bd7d2bb5b8cff2e5dad41c7d4adf6c..b2c821cf647489aa63f86a2dff752747c50ebe67 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -1267,6 +1267,17 @@ Drag from top to exit.
/
</message>
+ <!-- Startup errors -->
+ <message name="IDS_OS_VERSION_MISSING_FEATURES" desc="Error message shown when Chrome fails to run due to an incomplete version of Android.">
+ Critical functionality required to run Chrome is missing; either your Chrome installation is incomplete, or not compatible with this version of Android.
+ </message>
+ <message name="IDS_INCOMPATIBLE_LIBRARIES" desc="Error message shown when Chrome fails to start due to having the wrong version of the native library">
+ Chrome’s components are incompatible with one another. Chrome may be upgrading, please try again in a few minutes. If the problem continues, try uninstalling and re-installing Chrome.
+ </message>
+ <message name="IDS_NATIVE_STARTUP_FAILED" desc="Error message shown when Chrome fails to start for other (unknown) reasons">
+ Chrome failed during startup with an unexpected error.
+ </message>
+
<!-- First Run strings -->
<message name="IDS_FRE_SET_UP_CHROME" desc="Header text shown when the user is first setting up Chrome">
Set up Chrome

Powered by Google App Engine
This is Rietveld 408576698