| Index: chrome/renderer/extensions/app_window_custom_bindings.h
|
| diff --git a/chrome/renderer/extensions/app_window_custom_bindings.h b/chrome/renderer/extensions/app_window_custom_bindings.h
|
| index 1c27e10177dfedb8d7fcfb9a53c81306ce363a81..2bdcfc8094e52e93c0f5d7cdc1ebe85e22705027 100644
|
| --- a/chrome/renderer/extensions/app_window_custom_bindings.h
|
| +++ b/chrome/renderer/extensions/app_window_custom_bindings.h
|
| @@ -17,7 +17,6 @@ class AppWindowCustomBindings : public ChromeV8Extension {
|
|
|
| private:
|
| void GetView(const v8::FunctionCallbackInfo<v8::Value>& args);
|
| - void OnContextReady(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AppWindowCustomBindings);
|
| };
|
|
|