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) |