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

Unified Diff: chrome/browser/extensions/api/tabs/tabs_event_router.h

Issue 225093019: Zoom Extension API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 6 years, 8 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/extensions/api/tabs/tabs_event_router.h
diff --git a/chrome/browser/extensions/api/tabs/tabs_event_router.h b/chrome/browser/extensions/api/tabs/tabs_event_router.h
index 461786a8a061da17e07149ff8e9b91d75d0800dc..07a1030cc58fcd550479b83f297bc45d9f2bfea5 100644
--- a/chrome/browser/extensions/api/tabs/tabs_event_router.h
+++ b/chrome/browser/extensions/api/tabs/tabs_event_router.h
@@ -65,6 +65,10 @@ class TabsEventRouter : public TabStripModelObserver,
int index) OVERRIDE;
virtual void TabPinnedStateChanged(content::WebContents* contents,
int index) OVERRIDE;
+ virtual void TabZoomChange(content::WebContents* contents,
+ double old_zoom_level,
+ double new_zoom_level,
+ content::ZoomMode zoom_mode) OVERRIDE;
// content::NotificationObserver.
virtual void Observe(int type,

Powered by Google App Engine
This is Rietveld 408576698