| 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_;
|
| }
|
|
|