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

Unified Diff: chrome/browser/sessions/base_session_service.h

Issue 10855022: Remove the effects of --disable-restore-session-state. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years, 4 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
Index: chrome/browser/sessions/base_session_service.h
diff --git a/chrome/browser/sessions/base_session_service.h b/chrome/browser/sessions/base_session_service.h
index 60d797160591512e9ff99812c1457a66e6faf6e1..235fdccf7cf9ecec7bcf7533408548d8e3b08811 100644
--- a/chrome/browser/sessions/base_session_service.h
+++ b/chrome/browser/sessions/base_session_service.h
@@ -212,9 +212,6 @@ class BaseSessionService : public CancelableRequestProvider,
// The number of commands sent to the backend before doing a reset.
int commands_since_reset_;
- // Whether to save the HTTP bodies of the POST requests.
- bool save_post_data_;
-
DISALLOW_COPY_AND_ASSIGN(BaseSessionService);
};

Powered by Google App Engine
This is Rietveld 408576698