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

Unified Diff: chrome/app/google_chrome_strings.grd

Issue 10855228: [NOT FOR REVIEW] extensions-wm: Add experimental extension API for window management. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: prompt-string Created 8 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/app/google_chrome_strings.grd
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
index 1568d4e8f155fcea051a7610382e145e4e28af7f..eb907c203f7817394d4a643008ad3458ec761441 100644
--- a/chrome/app/google_chrome_strings.grd
+++ b/chrome/app/google_chrome_strings.grd
@@ -643,6 +643,11 @@ For Google Chrome, processes used to display diagnostics information (such as th
Add to Chrome
</message>
+ <!-- Extension/App install dialog strings -->
+ <message name="IDS_EXTENSION_PROMPT_WARNING_WM" desc="Permission string for access to manage all of the windows.">
+ Manage all Chrome windows
+ </message>
+
<!-- Extension alerts. -->
<message name="IDS_EXTENSION_ALERT_ITEM_EXTERNAL" desc="A statement that an external extension has been newly installed. End users have no idea what an 'external' extension is, so we simply call them extensions. The trailing character must be a newline.">
The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been added.

Powered by Google App Engine
This is Rietveld 408576698