| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 1e5270ba5371b6bc5eedf1dbfedb14b64280ab27..6f09000152ce09a148e60e35d4496cc207481012 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -381,6 +381,10 @@ class Profile : public content::BrowserContext {
|
| // Creates an OffTheRecordProfile which points to this Profile.
|
| Profile* CreateOffTheRecordProfile();
|
|
|
| + // Returns a string representation of the storage partition config for the
|
| + // given site.
|
| + std::string GetStoragePartitionIdForSite(const GURL& site);
|
| +
|
| private:
|
| bool restored_last_session_;
|
|
|
|
|