| 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);
|
| };
|
| };
|
|
|