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

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

Issue 301733006: Zoom Extension API (chrome) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix javascript test function signature. Created 6 years, 5 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 eda44c6656e6476bf2fea011659ce60331850341..641aad75b6bb0d4091a076410f23eb4f35611632 100644
--- a/chrome/browser/extensions/api/tabs/tabs_windows_api.cc
+++ b/chrome/browser/extensions/api/tabs/tabs_windows_api.cc
@@ -34,6 +34,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