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

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

Issue 10915085: Functions for accessing app window properties, and modifying AppWindow-specifics (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: stray event, js linter 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 0c0fe91152c56b4a309f46bf00e9eaa2cdc41137..5f6a272331d4604d6059d5c743fac80606404ab2 100644
--- a/chrome/renderer/extensions/app_window_custom_bindings.h
+++ b/chrome/renderer/extensions/app_window_custom_bindings.h
@@ -17,6 +17,7 @@ class AppWindowCustomBindings : public ChromeV8Extension {
private:
v8::Handle<v8::Value> GetView(const v8::Arguments& args);
+ v8::Handle<v8::Value> GetCurrentRoutingID(const v8::Arguments& args);
DISALLOW_COPY_AND_ASSIGN(AppWindowCustomBindings);
};

Powered by Google App Engine
This is Rietveld 408576698