| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 2cf9b6d7f029e061a3a37f77ac75d04d08d316c1..e9d1f1c3c55168e63282cd8f13c452e3cc028b96 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -490,6 +490,9 @@ class Profile : public content::BrowserContext {
|
| // prerender or prefetch a result.
|
| virtual NetworkActionPredictor* GetNetworkActionPredictor() = 0;
|
|
|
| + // Makes the session state, e.g., cookies, persistent across the next restart.
|
| + virtual void SaveSessionState() {}
|
| +
|
| std::string GetDebugName();
|
|
|
| // Returns whether it is a guest session.
|
|
|