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

Unified Diff: chrome/app/generated_resources.grd

Issue 11493003: Remove the protector service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix implicit ExtensionSystem -> TemplateURLService dependency Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « build/common.gypi ('k') | chrome/app/theme/default_100_percent/common/protector_home_alert.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 7613848a19cd5476468c03b2aafd62d06f7c66d1..11a42ead24e80e3753adf071b9752f7ba8af78bc 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -1458,90 +1458,6 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
</message>
</if>
- <!-- Protector error messages -->
- <message name="IDS_SEARCH_ENGINE_CHANGE_TITLE" desc="The title of the bubble and the wrench menu item with a search engine change notification.">
- Attempted default search change
- </message>
- <message name="IDS_SEARCH_ENGINE_CHANGE_MESSAGE" desc="The text of the search engine change notification.">
- Arrr! Something tried to commandeer your default search setting!
- </message>
- <message name="IDS_SEARCH_ENGINE_CHANGE_NO_BACKUP_MESSAGE" desc="The text of the search engine change notification when the previous setting is lost.">
- Arrr! Something tried to commandeer your default search setting! We weren't sure what to do, so we set it to <ph name="PREPOPULATED_ENGINE">$1<ex>DefaultSearchEngine</ex></ph>.
- </message>
- <message name="IDS_KEEP_SEARCH_ENGINE" desc="The title of the button that confirms staying with the previous search engine setting.">
- Keep using <ph name="PREV_ENGINE">$1<ex>PreviousSearchEngine</ex></ph>
- </message>
- <message name="IDS_CHANGE_SEARCH_ENGINE" desc="The title of the button that accepts new default search engine setting.">
- Change to <ph name="NEW_ENGINE">$1<ex>NewSearchEngine</ex></ph>
- </message>
- <message name="IDS_CHANGE_SEARCH_ENGINE_NO_NAME" desc="The title of the button that accepts new default search engine setting when the search engine name is too long.">
- Change search setting
- </message>
- <message name="IDS_SELECT_SEARCH_ENGINE" desc="The title of the button that opens a settings page, allowing user to select the default search engine to use.">
- Select search setting...
- </message>
-
- <message name="IDS_HOMEPAGE_CHANGE_TITLE" desc="The title of the bubble and the wrench menu item with a home page change notification.">
- Attempted home page change
- </message>
- <message name="IDS_HOMEPAGE_CHANGE_BUBBLE_MESSAGE" desc="The text of the home page change notification.">
- Arrr! Something tried to commandeer your home page!
- </message>
- <message name="IDS_KEEP_HOMEPAGE" desc="The title of the button that confirms staying with the previous home page setting.">
- Keep using <ph name="PREV_HOMEPAGE">$1<ex>google.com</ex></ph>
- </message>
- <message name="IDS_KEEP_HOMEPAGE_NTP" desc="The title of the button that confirms staying with the previous home page setting, which is opening the New Tab page.">
- Keep using New Tab page
- </message>
- <message name="IDS_CHANGE_HOMEPAGE" desc="The title of the button that accepts new home page setting.">
- Change to <ph name="NEW_HOMEPAGE">$1<ex>google.com</ex></ph>
- </message>
- <message name="IDS_CHANGE_HOMEPAGE_NTP" desc="The title of the button that accepts new home page setting, which is opening the New Tab page.">
- Change to New Tab page
- </message>
- <message name="IDS_CHANGE_HOMEPAGE_NO_NAME" desc="The title of the button that accepts new home page setting when the home page title is too long.">
- Change home page
- </message>
-
- <message name="IDS_STARTUP_SETTINGS_CHANGE_TITLE" desc="The title of the bubble and the wrench menu item with a startup settings change notification.">
- Attempted startup settings change
- </message>
- <message name="IDS_STARTUP_SETTINGS_CHANGE_BUBBLE_MESSAGE" desc="The text of the startup settings change notification.">
- Arrr! Something tried to commandeer the pages you'd like to see at startup!
- </message>
- <message name="IDS_CHANGE_STARTUP_SETTINGS_RESTORE" desc="The title of the button that accepts new startup settings to restore the session. Must be kept short.">
- Change to restore open pages
- </message>
- <message name="IDS_CHANGE_STARTUP_SETTINGS_NTP" desc="The title of the button that accepts new startup settings to open the NTP. Must be kept short.">
- Change to New Tab Page
- </message>
- <message name="IDS_CHANGE_STARTUP_SETTINGS_URLS" desc="The title of the button that accepts new startup settings to open a specific page. Must be kept short.">
- Change to <ph name="URL">$1<ex>google.com</ex></ph>
- </message>
-
- <message name="IDS_SETTING_CHANGE_TITLE" desc="The title of the bubble and the wrench menu item with a generic settings change.">
- Attempted settings change
- </message>
- <message name="IDS_SETTING_CHANGE_BUBBLE_MESSAGE" desc="The text of the generic settings change notification.">
- Arrr! Something tried to commandeer your settings!
- </message>
- <message name="IDS_SETTING_CHANGE_NO_BACKUP_STARTUP_RESET_BUBBLE_MESSAGE" desc="The text of the generic settings change notification, additionally informing user that the startup settings have been reset to defaults.">
- Arrr! Something tried to commandeer your settings! We weren't sure what to do, so the startup page has been reset to the default.
- </message>
- <message name="IDS_EDIT_SETTINGS" desc="The title of the button that opens a settings page, allowing user to edit changed settings">
- Edit settings...
- </message>
-
- <message name="IDS_KEEP_SETTING" desc="The title of the button that confirms staying with the previous settings.">
- Keep my settings
- </message>
- <message name="IDS_CHANGE_SETTING" desc="The title of the button that confirms changing to the new settings, usually described by a domain name or search engine name.">
- Change to <ph name="NEW_SETTING_NAME">$1<ex>Awesome Site</ex></ph>
- </message>
- <message name="IDS_CHANGE_SETTING_NO_NAME" desc="The title of the button that confirms changing to the new settings.">
- Change settings
- </message>
-
<!-- Keywords -->
<message name="IDS_AUTOCOMPLETE_MATCH_DESCRIPTION_SEPARATOR" desc="The separator between a result in the autocomplete popup and its description.">
''' - '''
« no previous file with comments | « build/common.gypi ('k') | chrome/app/theme/default_100_percent/common/protector_home_alert.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698