Index: apps/app_load_service.h |
diff --git a/apps/app_load_service.h b/apps/app_load_service.h |
index 9f0d97156308446f569ca79452bd60ec3c3e77c2..518a30a6eb4dcae12a97b6d11cf06faec11f8ce7 100644 |
--- a/apps/app_load_service.h |
+++ b/apps/app_load_service.h |
@@ -64,7 +64,7 @@ class AppLoadService : public BrowserContextKeyedService, |
const content::NotificationSource& source, |
const content::NotificationDetails& details) OVERRIDE; |
- bool HasShellWindows(const std::string& extension_id); |
+ bool HasAppWindows(const std::string& extension_id); |
bool WasUnloadedForReload( |
const extensions::UnloadedExtensionInfo& unload_info); |
bool HasPostReloadAction(const std::string& extension_id); |