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

Unified Diff: chrome/browser/extensions/extension_browser_event_router.h

Issue 264046: Update browser actions api to be like new design doc. (Closed)
Patch Set: rebase Created 11 years, 2 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/extension_browser_event_router.h
diff --git a/chrome/browser/extensions/extension_browser_event_router.h b/chrome/browser/extensions/extension_browser_event_router.h
index 681b448d7158080a37142372e7b18566fed74d06..dd56d296cfa4b499b4426cf19314979369740f2f 100644
--- a/chrome/browser/extensions/extension_browser_event_router.h
+++ b/chrome/browser/extensions/extension_browser_event_router.h
@@ -62,7 +62,7 @@ class ExtensionBrowserEventRouter : public TabStripModelObserver,
// Browser Actions execute event.
void BrowserActionExecuted(Profile* profile,
const std::string& extension_id,
- int window_id);
+ Browser* browser);
// NotificationObserver.
void Observe(NotificationType type,

Powered by Google App Engine
This is Rietveld 408576698