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

Unified Diff: chrome/browser/about_flags.cc

Issue 190603002: Remove --disable-restore-session-state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « no previous file | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index de6dcdcbaae46c626f68203ec57e508e4cabc44b..088ded325c0808db31c5a06656aa9e136248ac1c 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -860,13 +860,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE_AND_VALUE(switches::kJavaScriptFlags, "--harmony")
},
{
- "disable-restore-session-state",
- IDS_FLAGS_DISABLE_RESTORE_SESSION_STATE_NAME,
- IDS_FLAGS_DISABLE_RESTORE_SESSION_STATE_DESCRIPTION,
- kOsAll,
- SINGLE_VALUE_TYPE(switches::kDisableRestoreSessionState)
- },
- {
"disable-software-rasterizer",
IDS_FLAGS_DISABLE_SOFTWARE_RASTERIZER_NAME,
IDS_FLAGS_DISABLE_SOFTWARE_RASTERIZER_DESCRIPTION,
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698