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

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

Issue 10456003: Make 'options' and callback arg to chrome.appWindow.create optional. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 7 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 0adf9fc6fb64dfb305482f390df54a604abf6da0..e812c897eaee01d150d8beb10a8cc48ba3efd1bc 100644
--- a/chrome/common/extensions/api/app_window.idl
+++ b/chrome/common/extensions/api/app_window.idl
@@ -26,7 +26,7 @@
interface Functions {
static void create(DOMString url,
- CreateWindowOptions options,
- CreateWindowCallback callback);
+ optional CreateWindowOptions options,
+ optional CreateWindowCallback callback);
};
};

Powered by Google App Engine
This is Rietveld 408576698