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

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

Issue 500138: [Mac] Implements popups for Page Actions, plus fixes a leak within the Browse... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years 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.cc
===================================================================
--- chrome/browser/extensions/extension_browser_event_router.cc (revision 34960)
+++ chrome/browser/extensions/extension_browser_event_router.cc (working copy)
@@ -212,8 +212,8 @@
}
void ExtensionBrowserEventRouter::TabCreatedAt(TabContents* contents,
- int index,
- bool foreground) {
+ int index,
+ bool foreground) {
DispatchEventWithTab(contents->profile(), events::kOnTabCreated, contents);
RegisterForTabNotifications(contents);

Powered by Google App Engine
This is Rietveld 408576698