summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/app_window_custom_bindings.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/extensions/app_window_custom_bindings.h')
-rw-r--r--chrome/renderer/extensions/app_window_custom_bindings.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/renderer/extensions/app_window_custom_bindings.h b/chrome/renderer/extensions/app_window_custom_bindings.h
index be84aa0..6333097 100644
--- a/chrome/renderer/extensions/app_window_custom_bindings.h
+++ b/chrome/renderer/extensions/app_window_custom_bindings.h
@@ -13,8 +13,7 @@ class Dispatcher;
// Implements custom bindings for the app.window API.
class AppWindowCustomBindings : public ChromeV8Extension {
public:
- AppWindowCustomBindings(Dispatcher* dispatcher,
- v8::Handle<v8::Context> context);
+ explicit AppWindowCustomBindings(Dispatcher* dispatcher);
private:
v8::Handle<v8::Value> GetView(const v8::Arguments& args);