| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index dd744923a9e5f0a14e6486df58f558a56907a771..dfeb21c64c14e773b0b3657854fe4c061a734762 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -395,6 +395,10 @@ class Profile : public content::BrowserContext {
|
| // Creates an OffTheRecordProfile which points to this Profile.
|
| Profile* CreateOffTheRecordProfile();
|
|
|
| + // Convenience method to retrieve the default zoom level for the default
|
| + // storage partition.
|
| + double GetDefaultZoomLevelForProfile();
|
| +
|
| private:
|
| bool restored_last_session_;
|
|
|
|
|