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

Unified Diff: chrome/android/testshell/res/values/strings.xml

Issue 22272006: Add support for multiple asynchronous browser startups. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated tests to use assert messages. Cleaned some of them up a bit. Rebased. Created 7 years, 4 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/testshell/res/values/strings.xml
diff --git a/chrome/android/testshell/res/values/strings.xml b/chrome/android/testshell/res/values/strings.xml
index e182a49ef4f9d6cbde167559a5e3a95fcdb5dfda..bd9c1b0fd5f7498a0e38d0b86c788d109c4d0571 100644
--- a/chrome/android/testshell/res/values/strings.xml
+++ b/chrome/android/testshell/res/values/strings.xml
@@ -14,4 +14,5 @@
<string name="signout_title">Do you want to sign out?</string>
<string name="signout_sign_out">Sign out</string>
<string name="signout_cancel">Cancel</string>
+ <string name="browser_process_initialization_failed">Initialization failed.</string>
</resources>

Powered by Google App Engine
This is Rietveld 408576698