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

Unified Diff: chrome/common/url_constants.cc

Issue 8218027: aura: Get rid of some unneeded stubs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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 8edf64e2e61e292cd6f4bb2a5a25c89a26bf1e99..b8f8b1920151510dd7aad3c737eb43cf8d08825c 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -98,7 +98,7 @@ const char kChromeUIUserImageURL[] = "chrome://userimage/";
const char kChromeUIFileManagerURL[] = "chrome://files/";
#endif
-#if defined(OS_CHROMEOS) || defined(TOUCH_UI)
+#if defined(OS_CHROMEOS) || defined(TOUCH_UI) || defined(USE_AURA)
const char kChromeUICollectedCookiesURL[] = "chrome://collected-cookies/";
const char kChromeUIHttpAuthURL[] = "chrome://http-auth/";
const char kChromeUIRepostFormWarningURL[] = "chrome://repost-form-warning/";
@@ -221,7 +221,7 @@ const char kOemEulaURLPath[] = "oem";
const char kChromeUIFileManagerHost[] = "files";
#endif
-#if defined(OS_CHROMEOS) || defined(TOUCH_UI)
+#if defined(OS_CHROMEOS) || defined(TOUCH_UI) || defined(USE_AURA)
const char kChromeUICollectedCookiesHost[] = "collected-cookies";
const char kChromeUIHttpAuthHost[] = "http-auth";
const char kChromeUIRepostFormWarningHost[] = "repost-form-warning";
« 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