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

Unified Diff: chrome/common/chrome_switches.cc

Issue 65123002: Move chrome/common/extensions/background_info.h to src/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase2 background_info Created 7 years, 1 month 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/chrome_switches.h ('k') | chrome/common/extensions/background_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index a929373f2c81f08b997fab05993a7a150f34471f..6b364cf2b9a33616009d9f222d62f05b56b2b62f 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -34,9 +34,6 @@ const char kAllowCrossOriginAuthPrompt[] = "allow-cross-origin-auth-prompt";
// directories. This switch re-enables file:// for testing.
const char kAllowFileAccess[] = "allow-file-access";
-// Allows non-https URL for background_page for hosted apps.
-const char kAllowHTTPBackgroundPage[] = "allow-http-background-page";
-
// Allow non-secure origins to use the screen capture API.
const char kAllowHttpScreenCapture[] = "allow-http-screen-capture";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/extensions/background_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698