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

Unified Diff: chrome/common/url_constants.h

Issue 27510009: Files.app: Remove support for chrome://files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 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/extensions/manifest_url_handler.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index bd6f0e85f540b33d5481fc1c3a89a84611d4a143..172d09b00be87bdf206902b91988fca1d4b21e26 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -113,10 +113,6 @@ extern const char kChromeUITermsOemURL[];
extern const char kChromeUIUserImageURL[];
#endif
-#if defined(FILE_MANAGER_EXTENSION)
-extern const char kChromeUIFileManagerURL[];
-#endif
-
#if defined(USE_AURA)
extern const char kChromeUIGestureConfigURL[];
extern const char kChromeUIGestureConfigHost[];
@@ -275,10 +271,6 @@ extern const char kOemEulaURLPath[];
extern const char kOnlineEulaURLPath[];
#endif
-#if defined(FILE_MANAGER_EXTENSION)
-extern const char kChromeUIFileManagerHost[];
-#endif
-
#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
extern const char kChromeUITabModalConfirmDialogHost[];
#endif
« no previous file with comments | « chrome/common/extensions/manifest_url_handler.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698