Chromium Code Reviews| Index: chrome/browser/profiles/profile_impl.h |
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
| index d25fae4dde552707ec686f07d993247f09b91a98..a7175866b5f4b95f4352bb4477210c42acc953d1 100644 |
| --- a/chrome/browser/profiles/profile_impl.h |
| +++ b/chrome/browser/profiles/profile_impl.h |
| @@ -130,6 +130,8 @@ class ProfileImpl : public Profile, |
| virtual PrefProxyConfigTracker* GetProxyConfigTracker() OVERRIDE; |
| + void OnZoomLevelChanged(const std::string& host); |
|
jam
2013/01/30 17:50:44
nit: private if you can. also in other files
|
| + |
| // content::NotificationObserver implementation. |
| virtual void Observe(int type, |
| const content::NotificationSource& source, |