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

Side by Side Diff: chrome/browser/profiles/profile_impl.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This class gathers state related to a single user profile. 5 // This class gathers state related to a single user profile.
6 6
7 #ifndef CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_ 7 #ifndef CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_
8 #define CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_ 8 #define CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_
9 9
10 #include <string> 10 #include <string>
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 // and you can read the raw headers here: 248 // and you can read the raw headers here:
249 // 249 //
250 // chrome/browser/profile/profile_keyed_service.h 250 // chrome/browser/profile/profile_keyed_service.h
251 // chrome/browser/profile/profile_keyed_service_factory.{h,cc} 251 // chrome/browser/profile/profile_keyed_service_factory.{h,cc}
252 // chrome/browser/profile/profile_keyed_dependency_manager.{h,cc} 252 // chrome/browser/profile/profile_keyed_dependency_manager.{h,cc}
253 253
254 Profile::Delegate* delegate_; 254 Profile::Delegate* delegate_;
255 255
256 chrome_browser_net::Predictor* predictor_; 256 chrome_browser_net::Predictor* predictor_;
257 257
258 bool session_restore_enabled_;
259
260 DISALLOW_COPY_AND_ASSIGN(ProfileImpl); 258 DISALLOW_COPY_AND_ASSIGN(ProfileImpl);
261 }; 259 };
262 260
263 #endif // CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_ 261 #endif // CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_
OLDNEW
« no previous file with comments | « chrome/browser/lifetime/application_lifetime.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698