Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index e5f13afa79ca086a3590d4f3ef0574fdfb475eca..d1ff343254903d4c35ab4b101e02c8e0fab5dadf 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -215,10 +215,6 @@ const char kDisableAsyncDns[] = "disable-async-dns"; |
const char kDisableAuthNegotiateCnameLookup[] = |
"disable-auth-negotiate-cname-lookup"; |
-// Disables background mode (background apps will not keep chrome running in |
-// the background). |
-const char kDisableBackgroundMode[] = "disable-background-mode"; |
- |
// Disable several subsystems which run network requests in the background. |
// This is for use when doing network performance testing to avoid noise in the |
// measurements. |
@@ -352,11 +348,6 @@ const char kDisableQuicPortSelection[] = "disable-quic-port-selection"; |
const char kDisableQuicTimeBasedLossDetection[] = |
"disable-quic-time-based-loss-detection"; |
-// Prevents the URLs of BackgroundContents from being remembered and |
-// re-launched when the browser restarts. |
-const char kDisableRestoreBackgroundContents[] = |
- "disable-restore-background-contents"; |
- |
// Prevents the save password bubble from being enabled. |
const char kDisableSavePasswordBubble[] = "disable-save-password-bubble"; |