Chromium Code Reviews| Index: chrome/browser/extensions/extension_browser_event_router.h |
| =================================================================== |
| --- chrome/browser/extensions/extension_browser_event_router.h (revision 20629) |
| +++ chrome/browser/extensions/extension_browser_event_router.h (working copy) |
| @@ -50,6 +50,7 @@ |
| // PageActions. |
| void PageActionExecuted(Profile* profile, |
| + std::string extension_id, |
| std::string page_action_id, |
| int tab_id, |
| std::string url); |