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

Unified Diff: chrome/common/url_constants.h

Issue 10920084: don't display platform app resources in normal browser windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forgot to add Created 8 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/browser/ui/extensions/shell_window.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 535668ab8bf63f048d341f95db7ac00b89a97c6e..54a3c3bf67ca554cf94400a764985bfff6e859f5 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -288,6 +288,11 @@ extern const char kBluetoothAddDeviceSubPage[];
// Extensions sub pages.
extern const char kExtensionConfigureCommandsSubPage[];
+// URLs used to indicate that an extension resource load request
+// was invalid.
+extern const char kExtensionInvalidRequestURL[];
+extern const char kExtensionResourceInvalidRequestURL[];
+
extern const char kSyncGoogleDashboardURL[];
// "Learn more" URL for the auto password generation.
« no previous file with comments | « chrome/browser/ui/extensions/shell_window.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698