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

Unified Diff: chrome/renderer/extensions/app_window_custom_bindings.h

Issue 10896032: HTML titlebars for v2 apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: kludge test fix for mac Created 8 years, 3 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: 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 e7dfb9102d7632c91fb552760a77bf2bd47c4cae..0c0fe91152c56b4a309f46bf00e9eaa2cdc41137 100644
--- a/chrome/renderer/extensions/app_window_custom_bindings.h
+++ b/chrome/renderer/extensions/app_window_custom_bindings.h
@@ -16,7 +16,7 @@ class AppWindowCustomBindings : public ChromeV8Extension {
explicit AppWindowCustomBindings(Dispatcher* dispatcher);
private:
- static v8::Handle<v8::Value> GetView(const v8::Arguments& args);
+ v8::Handle<v8::Value> GetView(const v8::Arguments& args);
DISALLOW_COPY_AND_ASSIGN(AppWindowCustomBindings);
};
« no previous file with comments | « chrome/renderer/chrome_render_view_observer.cc ('k') | chrome/renderer/extensions/app_window_custom_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698