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

Unified Diff: chrome/app/generated_resources.grd

Issue 7298005: Expose privacy-relevant preferences via Chrome's extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Strawman #2 for discussion. 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 68b726da592bd10aa8f426de17b1312a9eea6d9b..2b878a92c6db7c4f81a741f999cc0f79695e1509 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3731,6 +3731,12 @@ are declared in build/common.gypi.
<message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission string for access to clipboard.">
Any text spoken using synthesized speech
</message>
+ <message name="IDS_EXTENSION_PROMPT_WARNING_NETWORK_SERVICES" desc="Permission string for access to network services settings.">
+ TODO: Settings for network services that send information to Google and your default search provider.
+ </message>
+ <message name="IDS_EXTENSION_PROMPT_WARNING_NETWORK_SETTINGS" desc="Permission string for access to network settings.">
+ TODO: Your network settings.
+ </message>
<!-- Extension/App error messages -->
<message name="IDS_EXTENSION_CANT_GET_ABSOLUTE_PATH" desc="Warning displayed in pack dialog when the absolute path to the extension directory can not be found.">

Powered by Google App Engine
This is Rietveld 408576698