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

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: [CUPS] Add a "Manage..." button in the local destinations section of Print Preview Dialog on Chrome… 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
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 8f9ecf23bebdfb41837a7d06428ccaf3cc5e339b..2227b2a85eefe7f12b1a01bd43b88b28bcb4af62 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://md-settings/cupsPrinters";
dpapad 2016/09/20 00:03:23 When MD Settings launches, it will be moved under
#endif // defined(OS_CHROMEOS)
#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698