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

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 due to r158473 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..34fa0b2b6a9533bb25c496a0cc8be7fa5a231a25 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();
+ [nocompile] static void initializeAppWindow(object state);
Mihai Parparita -not on Chrome 2012/09/26 22:22:23 This also needs a [nodoc]
tapted 2012/09/27 01:27:15 Done.
};
};

Powered by Google App Engine
This is Rietveld 408576698