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

Unified Diff: chrome/browser/ui/webui/options/content_settings_handler.cc

Issue 2691043005: MD Settings: Add Learn More button to the Passwords subpage (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into 406-md-settings-passwo… Created 3 years, 10 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/browser/ui/webui/options/content_settings_handler.cc
diff --git a/chrome/browser/ui/webui/options/content_settings_handler.cc b/chrome/browser/ui/webui/options/content_settings_handler.cc
index 5d59f51be25ffc860e6e1df472a8d535f82b2e9d..566e72f1b97dcc28cb882e2e6a9f8c3e848d2f01 100644
--- a/chrome/browser/ui/webui/options/content_settings_handler.cc
+++ b/chrome/browser/ui/webui/options/content_settings_handler.cc
@@ -102,9 +102,6 @@ struct ContentSettingWithExceptions {
typedef bool (*AppFilter)(const extensions::Extension& app,
content::BrowserContext* profile);
-const char kExceptionsLearnMoreUrl[] =
- "https://support.google.com/chrome/?p=settings_manage_exceptions";
-
const char kAppName[] = "appName";
const char kAppId[] = "appId";
const char kZoom[] = "zoom";
@@ -556,7 +553,7 @@ void ContentSettingsHandler::GetLocalizedValues(
IDS_ZOOMLEVELS_HEADER_AND_TAB_LABEL);
localized_strings->SetString("exceptionsLearnMoreUrl",
- kExceptionsLearnMoreUrl);
+ chrome::kContentSettingsExceptionsLearnMoreURL);
}
void ContentSettingsHandler::InitializeHandler() {

Powered by Google App Engine
This is Rietveld 408576698