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

Unified Diff: chrome/common/url_constants.h

Issue 1205753002: Create chrome://device-emulator and add the ability to get a battery percentage and send an updated… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 210dc64ad3ca8eaf24c807f55e44780117e59187..bf2435880eb3c3c0414151a1689e8cc317a57caf 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -258,6 +258,8 @@ extern const char kChromeUIBluetoothPairingHost[];
extern const char kChromeUICertificateManagerHost[];
extern const char kChromeUIChooseMobileNetworkHost[];
extern const char kChromeUICryptohomeHost[];
+extern const char kChromeUIDeviceEmulatorHost[];
+extern const char kChromeUIDeviceEmulatorURL[];
michaelpg 2015/06/24 23:33:49 move URL to the URL section (around line 100)
rfrappier 2015/06/25 17:09:21 Done.
extern const char kChromeUIDiscardsHost[];
extern const char kChromeUIFirstRunHost[];
extern const char kChromeUIImageBurnerHost[];

Powered by Google App Engine
This is Rietveld 408576698