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

Unified Diff: chrome/common/url_constants.cc

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
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index c7ccd2b95f358a4e8ad9689fb78701449b3d15cd..fc4c0947c91fddb9bcd8a56b7d8ec1d243950b13 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -119,10 +119,6 @@ const char kChromeUITermsOemURL[] = "chrome://terms/oem";
const char kChromeUIUserImageURL[] = "chrome://userimage/";
#endif
-#if defined(FILE_MANAGER_EXTENSION)
-const char kChromeUIFileManagerURL[] = "chrome://files/";
-#endif
-
#if defined(USE_AURA)
const char kChromeUIGestureConfigURL[] = "chrome://gesture/";
const char kChromeUIGestureConfigHost[] = "gesture";
@@ -284,10 +280,6 @@ const char kOnlineEulaURLPath[] =
"https://www.google.com/intl/%s/chrome/eula_text.html";
#endif
-#if defined(FILE_MANAGER_EXTENSION)
-const char kChromeUIFileManagerHost[] = "files";
-#endif
-
#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
const char kChromeUITabModalConfirmDialogHost[] = "tab-modal-confirm-dialog";
#endif
« no previous file with comments | « chrome/common/url_constants.h ('k') | chrome/test/data/extensions/browsertest/url_rewrite/file_manager/files.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698