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

Unified Diff: chrome/app/generated_resources.grd

Issue 7523042: Add a status message "Waiting for extension Foo..." when there's a request (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 9 years, 5 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/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 0739c5b81e1b19c864307efbfd6d6bf895bf46b8..21f79e2721afe45ae0512c69e4455aeb408640c1 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5952,6 +5952,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
</message>
<!-- Load State -->
+ <message name="IDS_LOAD_STATE_WAITING_FOR_DELEGATE">
+ Waiting for <ph name="LOAD_STATE_PARAMETER">$1<ex>extension Adblock</ex></ph>...
+ </message>
+ <message name="IDS_LOAD_STATE_PARAMETER_EXTENSION" desc="Parameter to IDS_LOAD_STATE_WAITING_FOR_DELEGATE when we are waiting for an extension. The variable is the extension name.">
+ extension <ph name="EXTENSION_NAME">$1<ex>Adblock</ex></ph>
+ </message>
<message name="IDS_LOAD_STATE_WAITING_FOR_CACHE">
Waiting for cache...
</message>

Powered by Google App Engine
This is Rietveld 408576698