| Index: apps/app_window_registry.h
|
| diff --git a/apps/app_window_registry.h b/apps/app_window_registry.h
|
| index 5a347684247318a27a351d845429b03110b4fc0a..ebde35090393ca238ce37ff3e9f32d96aa984dc0 100644
|
| --- a/apps/app_window_registry.h
|
| +++ b/apps/app_window_registry.h
|
| @@ -108,6 +108,9 @@ class AppWindowRegistry : public KeyedService {
|
| // AppWindow::WindowType, or 0 for any window type.
|
| static bool IsAppWindowRegisteredInAnyProfile(int window_type_mask);
|
|
|
| + // Close all app windows in all profiles.
|
| + static void CloseAllAppWindows();
|
| +
|
| class Factory : public BrowserContextKeyedServiceFactory {
|
| public:
|
| static AppWindowRegistry* GetForBrowserContext(
|
|
|