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

Unified Diff: chrome/common/extensions/manifest_url_handler.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/extensions/manifest_url_handler.cc
diff --git a/chrome/common/extensions/manifest_url_handler.cc b/chrome/common/extensions/manifest_url_handler.cc
index 1e3e349c5e50dcf1d96920826593475272d0ce6a..24fbafa0dead379d8187b5a38ae17cf081c37098 100644
--- a/chrome/common/extensions/manifest_url_handler.cc
+++ b/chrome/common/extensions/manifest_url_handler.cc
@@ -281,11 +281,6 @@ bool URLOverridesHandler::Parse(Extension* extension, string16* error) {
is_override = (is_override &&
page != chrome::kChromeUIActivationMessageHost);
#endif
-#if defined(FILE_MANAGER_EXTENSION)
- is_override = (is_override &&
- !(extension->location() == Manifest::COMPONENT &&
- page == chrome::kChromeUIFileManagerHost));
-#endif
#if defined(OS_CHROMEOS)
is_override = (is_override && page != keyboard::kKeyboardWebUIHost);
#endif

Powered by Google App Engine
This is Rietveld 408576698