Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2179)

Unified Diff: chrome/browser/ui/ash/launcher/browser_status_monitor.h

Issue 2381183002: mash: Fix shelf window property use in Chrome. (Closed)
Patch Set: Address comments. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/ash/launcher/browser_status_monitor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7fd0f4592ba4393a39c63f999cafb65733768140..c231bd78f1471d4e2c33d07fc7e1584e5e625fbe 100644
--- a/chrome/browser/ui/ash/launcher/browser_status_monitor.h
+++ b/chrome/browser/ui/ash/launcher/browser_status_monitor.h
@@ -98,7 +98,6 @@ class BrowserStatusMonitor : public aura::client::ActivationChangeObserver,
private:
class LocalWebContentsObserver;
- class SettingsWindowObserver;
// Create LocalWebContentsObserver for |contents|.
void AddWebContentsObserver(content::WebContents* contents);
@@ -118,7 +117,6 @@ class BrowserStatusMonitor : public aura::client::ActivationChangeObserver,
std::map<Browser*, std::string> browser_to_app_id_map_;
std::map<content::WebContents*, std::unique_ptr<LocalWebContentsObserver>>
webcontents_to_observer_map_;
- std::unique_ptr<SettingsWindowObserver> settings_window_observer_;
BrowserTabStripTracker browser_tab_strip_tracker_;
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/ash/launcher/browser_status_monitor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698