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

Unified Diff: chrome/common/url_constants.cc

Issue 10920084: don't display platform app resources in normal browser windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: self review Created 8 years, 3 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 e34f88b3e3acbe75d4f4b22528a87da61563aee3..5361904cbe3f5bcc48a1427ddd5d7862d3f487c6 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -303,6 +303,10 @@ const char kBluetoothAddDeviceSubPage[] = "bluetooth";
// Extension sub pages.
const char kExtensionConfigureCommandsSubPage[] = "configureCommands";
+const char kExtensionInvalidRequestURL[] = "chrome-extension://invalid/";
+const char kExtensionResourceInvalidRequestURL[] =
+ "chrome-extension-resource://invalid/";
+
const char kSyncGoogleDashboardURL[] =
"https://www.google.com/settings/chrome/sync/";

Powered by Google App Engine
This is Rietveld 408576698