Index: apps/app_window_registry.h |
diff --git a/apps/app_window_registry.h b/apps/app_window_registry.h |
index 5be20797c59c41823073eef30b3ee53c9d476756..88b71bc8ef8c3b0f72e3c86449275b07a7fb67d6 100644 |
--- a/apps/app_window_registry.h |
+++ b/apps/app_window_registry.h |
@@ -100,6 +100,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( |