summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/event_bindings.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/extensions/event_bindings.h')
-rw-r--r--chrome/renderer/extensions/event_bindings.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/renderer/extensions/event_bindings.h b/chrome/renderer/extensions/event_bindings.h
index 74edb68..dd396ee 100644
--- a/chrome/renderer/extensions/event_bindings.h
+++ b/chrome/renderer/extensions/event_bindings.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -9,6 +9,7 @@
#include "v8/include/v8.h"
+class GURL;
class RenderThreadBase;
class RenderView;
@@ -40,7 +41,8 @@ class EventBindings {
static void CallFunction(const std::string& function_name, int argc,
v8::Handle<v8::Value>* argv,
RenderView* render_view,
- bool requires_incognito_access);
+ bool requires_incognito_access,
+ const GURL& event_url);
};
#endif // CHROME_RENDERER_EXTENSIONS_EVENT_BINDINGS_H_