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

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

Issue 15825008: Remove the event URL security check out of the renderer and into the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add self check Created 7 years, 7 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
« no previous file with comments | « chrome/browser/extensions/app_window_contents.cc ('k') | chrome/browser/extensions/event_router.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/event_router.h
diff --git a/chrome/browser/extensions/event_router.h b/chrome/browser/extensions/event_router.h
index f643c164169a2d392723baf0b48f4f220011f64f..8776be1699a802819032ffa73c99911b1b6bb50e 100644
--- a/chrome/browser/extensions/event_router.h
+++ b/chrome/browser/extensions/event_router.h
@@ -71,7 +71,6 @@ class EventRouter : public content::NotificationObserver,
const std::string& extension_id,
const std::string& event_name,
scoped_ptr<base::ListValue> event_args,
- const GURL& event_url,
UserGestureState user_gesture,
const EventFilteringInfo& info);
@@ -175,7 +174,6 @@ class EventRouter : public content::NotificationObserver,
const std::string& extension_id,
const std::string& event_name,
base::ListValue* event_args,
- const GURL& event_url,
UserGestureState user_gesture,
const extensions::EventFilteringInfo& info);
« no previous file with comments | « chrome/browser/extensions/app_window_contents.cc ('k') | chrome/browser/extensions/event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698