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

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

Issue 2811643005: Fix the Learn More link for Printing in CrOS. (Closed)
Patch Set: fix learn more link for Printing Created 3 years, 8 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 | « no previous file | chrome/common/url_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/browser_options_handler.cc
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
index 4b4fb4e22a0a712435561fb57a837f77f725faeb..b3b0dfca12f33d5ffef0b3908291c151ff0e2191 100644
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
@@ -756,8 +756,7 @@ void BrowserOptionsHandler::GetLocalizedValues(base::DictionaryValue* values) {
values->SetBoolean("cupsPrintDisabled",
base::CommandLine::ForCurrentProcess()->HasSwitch(
::switches::kDisableNativeCups));
- values->SetString("cupsPrintLearnMoreURL",
- chrome::kChromeUIMdCupsSettingsURL);
+ values->SetString("cupsPrintLearnMoreURL", chrome::kCrosPrintingLearnMoreURL);
#endif // defined(OS_CHROMEOS)
#if BUILDFLAG(ENABLE_SERVICE_DISCOVERY)
« no previous file with comments | « no previous file | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698