Chromium Code Reviews| Index: chrome/common/extensions/api/app_current_window_internal.idl |
| =================================================================== |
| --- chrome/common/extensions/api/app_current_window_internal.idl (revision 285043) |
| +++ chrome/common/extensions/api/app_current_window_internal.idl (working copy) |
| @@ -61,6 +61,7 @@ |
| static void onMinimized(); |
| static void onMaximized(); |
| static void onRestored(); |
| + static void onAlphaEnabledChanged(); |
| // Only sent in tests. |
| static void onWindowShownForTests(); |
| }; |