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

Unified Diff: chrome/browser/extensions/api/tabs/tabs_windows_api.cc

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_windows_api.cc
diff --git a/chrome/browser/extensions/api/tabs/tabs_windows_api.cc b/chrome/browser/extensions/api/tabs/tabs_windows_api.cc
index a955dd16467fb8102c7e45887abb9bd38e65cb47..e7501895adcc6123fa7d6a0faef2db1a25ae40ba 100644
--- a/chrome/browser/extensions/api/tabs/tabs_windows_api.cc
+++ b/chrome/browser/extensions/api/tabs/tabs_windows_api.cc
@@ -35,6 +35,7 @@ TabsWindowsAPI::TabsWindowsAPI(content::BrowserContext* context)
event_router->RegisterObserver(this, api::tabs::OnAttached::kEventName);
event_router->RegisterObserver(this, api::tabs::OnRemoved::kEventName);
event_router->RegisterObserver(this, api::tabs::OnReplaced::kEventName);
+ event_router->RegisterObserver(this, api::tabs::OnZoomChange::kEventName);
// Windows API Events.
event_router->RegisterObserver(this, api::windows::OnCreated::kEventName);

Powered by Google App Engine
This is Rietveld 408576698