Index: chrome/browser/ui/ash/launcher/browser_status_monitor.h |
diff --git a/chrome/browser/ui/ash/launcher/browser_status_monitor.h b/chrome/browser/ui/ash/launcher/browser_status_monitor.h |
index 266cbe8c788f31cebacaf63364af7210033cbd21..931ab4dbe7ceb4bb6299ead64b240f783c5fe058 100644 |
--- a/chrome/browser/ui/ash/launcher/browser_status_monitor.h |
+++ b/chrome/browser/ui/ash/launcher/browser_status_monitor.h |
@@ -98,8 +98,9 @@ class BrowserStatusMonitor : public aura::client::ActivationChangeObserver, |
// profile implementations. |
virtual void RemoveV1AppFromShelf(Browser* browser); |
- // Check if V1 application is currently in the shelf. |
+ // Check if a V1 application is currently in the shelf by browser or app id. |
bool IsV1AppInShelf(Browser* browser); |
+ bool IsV1AppInShelfWithAppId(std::string app_id); |
James Cook
2017/03/31 01:07:41
nit: const &
msw
2017/03/31 03:27:14
Done.
|
private: |
class LocalWebContentsObserver; |