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

Unified Diff: chrome/browser/profiles/profile.h

Issue 393133002: Migrate HostZoomMap to live in StoragePartition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Perhaps HostZoomLevelContextDeleter was needed after all ... Created 6 years, 1 month 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
Index: chrome/browser/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index dd744923a9e5f0a14e6486df58f558a56907a771..d66cc976d1f063f2dd16ceb05606dfff7af0cce6 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 GetDefaultZoomLevel();
Charlie Reis 2014/11/04 23:43:16 Default has two meanings here, and I worry that wi
wjmaclean 2014/11/05 21:55:42 How about we rename it to GetDefaultZoomLevelForPr
Charlie Reis 2014/11/11 05:29:21 Acknowledged.
+
private:
bool restored_last_session_;

Powered by Google App Engine
This is Rietveld 408576698