Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(878)

Unified Diff: extensions/renderer/app_window_custom_bindings.h

Issue 1211003006: [Extensions OOPI] Update app window bindings for OOPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698