Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 69961074f477fe0e56cd32533682f6dc7dc9de63..158007801b8165cb9c52e41e3cbbb2aaa92a288c 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"; |