Index: chrome/browser/apps/app_window_registry_util.h |
diff --git a/chrome/browser/apps/app_window_registry_util.h b/chrome/browser/apps/app_window_registry_util.h |
index c84eaef749fe322b28fc57d110d4aa117b6b4e5e..8fd6b358cc8ca99fc8e9377bbbd8032773ad6cb2 100644 |
--- a/chrome/browser/apps/app_window_registry_util.h |
+++ b/chrome/browser/apps/app_window_registry_util.h |
@@ -18,10 +18,10 @@ class AppWindowRegistryUtil { |
static extensions::AppWindow* GetAppWindowForNativeWindowAnyProfile( |
gfx::NativeWindow window); |
- // Returns true if the number of app windows registered across all browser |
- // contexts is non-zero. |window_type_mask| is a bitwise OR filter of |
+ // Returns true if the number of visible app windows registered across all |
+ // browser contexts is non-zero. |window_type_mask| is a bitwise OR filter of |
// AppWindow::WindowType, or 0 for any window type. |
- static bool IsAppWindowRegisteredInAnyProfile(int window_type_mask); |
+ static bool IsAppWindowVisibleInAnyProfile(int window_type_mask); |
// Close all app windows in all profiles. |
static void CloseAllAppWindows(); |