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

Unified Diff: chrome/browser/extensions/extension_install_prompt_experiment.cc

Issue 328943002: Change topSites API permission warning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/common/extensions/permissions/chrome_api_permissions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_install_prompt_experiment.cc
diff --git a/chrome/browser/extensions/extension_install_prompt_experiment.cc b/chrome/browser/extensions/extension_install_prompt_experiment.cc
index b9f939c68a65ce7f16216ab148eb2ad9638ebd00..475cae1f5d262697fa81958398b79ae78c4cd96b 100644
--- a/chrome/browser/extensions/extension_install_prompt_experiment.cc
+++ b/chrome/browser/extensions/extension_install_prompt_experiment.cc
@@ -139,10 +139,10 @@ const int kHighlightedWarnings[] = {
IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS,
IDS_EXTENSION_PROMPT_WARNING_BOOKMARKS,
IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS,
- IDS_EXTENSION_PROMPT_WARNING_BROWSING_HISTORY,
+ IDS_EXTENSION_PROMPT_WARNING_HISTORY_WRITE,
IDS_EXTENSION_PROMPT_WARNING_INPUT,
IDS_EXTENSION_PROMPT_WARNING_MANAGEMENT,
- IDS_EXTENSION_PROMPT_WARNING_TABS,
+ IDS_EXTENSION_PROMPT_WARNING_HISTORY_READ,
IDS_EXTENSION_PROMPT_WARNING_DEBUGGER
};
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/common/extensions/permissions/chrome_api_permissions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698