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

Unified Diff: chrome/browser/ui/tabs/tab_strip_model.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/ui/tabs/tab_strip_model.h
diff --git a/chrome/browser/ui/tabs/tab_strip_model.h b/chrome/browser/ui/tabs/tab_strip_model.h
index 83a25e5a56c828e60b5d02185ab1043c2c6dad42..5ecfa4caae05884c8cd4da989cb3f048131c8947 100644
--- a/chrome/browser/ui/tabs/tab_strip_model.h
+++ b/chrome/browser/ui/tabs/tab_strip_model.h
@@ -369,6 +369,12 @@ class TabStripModel {
// Sets the selection to match that of |source|.
void SetSelectionFromModel(const ui::ListSelectionModel& source);
+ // Notifies observers that a WebContents is zooming.
+ void WebContentsZoomChange(content::WebContents* contents,
+ double old_zoom_level,
+ double new_zoom_level,
+ content::ZoomMode zoom_mode);
+
const ui::ListSelectionModel& selection_model() const {
return selection_model_;
}

Powered by Google App Engine
This is Rietveld 408576698