summaryrefslogtreecommitdiffstats
path: root/extensions/renderer/app_window_custom_bindings.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/renderer/app_window_custom_bindings.h')
-rw-r--r--extensions/renderer/app_window_custom_bindings.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/extensions/renderer/app_window_custom_bindings.h b/extensions/renderer/app_window_custom_bindings.h
index 26e02c7..3fbab04 100644
--- a/extensions/renderer/app_window_custom_bindings.h
+++ b/extensions/renderer/app_window_custom_bindings.h
@@ -14,8 +14,7 @@ class ScriptContextSet;
// Implements custom bindings for the app.window API.
class AppWindowCustomBindings : public ObjectBackedNativeHandler {
public:
- AppWindowCustomBindings(const ScriptContextSet* script_context_set,
- ScriptContext* context);
+ AppWindowCustomBindings(ScriptContext* context);
private:
void GetFrame(const v8::FunctionCallbackInfo<v8::Value>& args);
@@ -25,9 +24,6 @@ class AppWindowCustomBindings : public ObjectBackedNativeHandler {
void GetWindowControlsHtmlTemplate(
const v8::FunctionCallbackInfo<v8::Value>& args);
- // ScriptContextSet handle. Not owned.
- const ScriptContextSet* script_context_set_;
-
DISALLOW_COPY_AND_ASSIGN(AppWindowCustomBindings);
};