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

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

Issue 11866004: Add scheme to HostZoomMap (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add namespace Created 7 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/profiles/profile_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index 455414cd8ef4a95d8fe234539e87b2f027fa3079..961a2b3f77807a52649bcb4d86f268ab78723578 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -157,7 +157,8 @@ class ProfileImpl : public Profile {
void InitHostZoomMap();
void OnDefaultZoomLevelChanged();
- void OnZoomLevelChanged(const std::string& host);
+ void OnZoomLevelChanged(
+ const content::HostZoomMap::ZoomLevelChange& change);
void OnInitializationCompleted(PrefService* pref_service,
bool succeeded);
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_impl_unittest.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698