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

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: Test update. 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
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | chrome/browser/sessions/base_session_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..2f4009828ce93ceda6fb0b695f668eab48612cec 100644
--- a/chrome/browser/sessions/base_session_service.h
+++ b/chrome/browser/sessions/base_session_service.h
@@ -189,10 +189,6 @@ class BaseSessionService : public CancelableRequestProvider,
static const int max_persist_navigation_count;
private:
- FRIEND_TEST_ALL_PREFIXES(SessionServiceTest, KeepPostDataWithoutPasswords);
- FRIEND_TEST_ALL_PREFIXES(SessionServiceTest, RemovePostData);
- FRIEND_TEST_ALL_PREFIXES(SessionServiceTest, RemovePostDataWithPasswords);
-
// The profile. This may be null during testing.
Profile* profile_;
@@ -212,9 +208,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);
};
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | chrome/browser/sessions/base_session_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698