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..fed936151d28395960d2b77257490229e946e211 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, |
+ optional CreateWindowOptions options, |
CreateWindowCallback callback); |
asargent_no_longer_on_chrome
2012/05/28 16:22:50
any reason not to have the create callback optiona
jeremya
2012/05/28 23:11:38
Seems not :) Done.
|
}; |
}; |