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

Unified Diff: chrome/common/url_constants.cc

Issue 2351023002: [CUPS] Add a "Manage..." button in the local destinations section of Print Preview Dialog on Chrome… (Closed)
Patch Set: Address dpapad@'s comments. Created 4 years, 3 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/common/url_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index bc7ff8e870f4c2b1ab237f73e8303eb74c0fd46b..9732156a6587824feb113440aec3930119cca9e9 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -126,6 +126,7 @@ const char kChromeUISlowURL[] = "chrome://slow/";
const char kChromeUISystemInfoURL[] = "chrome://system/";
const char kChromeUITermsOemURL[] = "chrome://terms/oem";
const char kChromeUIUserImageURL[] = "chrome://userimage/";
+const char kChromeUIMdCupsSettingsURL[] = "chrome://settings/cupsPrinters";
Lei Zhang 2016/09/23 01:39:28 Most of the other options are foo-bar, not fooBar.
Dan Beam 2016/09/23 01:58:21 what? you mean in the ://host-name or in the /path
Lei Zhang 2016/09/23 04:43:30 Ok, n/m. It's just that everything within +/- 10 l
#endif // defined(OS_CHROMEOS)
#if defined(OS_WIN)
« no previous file with comments | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698