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

Unified Diff: chrome/common/extensions/api/app_window.idl

Issue 10910304: Cache the object given to the chrome.app.window.create callback (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase to r157512 (conflicts) 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/common/extensions/api/app_window.idl
diff --git a/chrome/common/extensions/api/app_window.idl b/chrome/common/extensions/api/app_window.idl
index 9dca0a3706de6a2dcc08a942cbf6afbb63897e63..5aac989e1d4ffd19a69067d049639d2b4e4effcb 100644
--- a/chrome/common/extensions/api/app_window.idl
+++ b/chrome/common/extensions/api/app_window.idl
@@ -109,5 +109,6 @@ namespace app.window {
optional CreateWindowCallback callback);
[nocompile] static AppWindow current();
+ [internal, nocompile] static void makeAppWindow(object state);
jeremya 2012/09/19 16:13:15 I don't think [internal] means anything when appli
tapted 2012/09/25 21:27:22 dropped 'internal'
};
};
« no previous file with comments | « chrome/browser/ui/extensions/shell_window.h ('k') | chrome/renderer/resources/extensions/app_window_custom_bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698