Index: extensions/renderer/app_window_custom_bindings.h |
diff --git a/extensions/renderer/app_window_custom_bindings.h b/extensions/renderer/app_window_custom_bindings.h |
index 04f7194aa75e0224f875271007d157d19dee7b70..88931bd9c2dbea7dd314a048104e7d0563cc358f 100644 |
--- a/extensions/renderer/app_window_custom_bindings.h |
+++ b/extensions/renderer/app_window_custom_bindings.h |
@@ -16,7 +16,7 @@ class AppWindowCustomBindings : public ObjectBackedNativeHandler { |
AppWindowCustomBindings(Dispatcher* dispatcher, ScriptContext* context); |
private: |
- void GetView(const v8::FunctionCallbackInfo<v8::Value>& args); |
+ void GetFrame(const v8::FunctionCallbackInfo<v8::Value>& args); |
// Return string containing the HTML <template> for the <window-controls> |
// custom element. |