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

Unified Diff: mash/browser/browser.h

Issue 2576533003: Converts some services to use aura-mus (Closed)
Patch Set: remove log Created 4 years 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 | « mash/browser/BUILD.gn ('k') | mash/browser/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/browser/browser.h
diff --git a/mash/browser/browser.h b/mash/browser/browser.h
index 2428b47af72fe693481224575711d75ff6ff76e7..9b27bcab31f31d7635288992f9bfa044f98475ed 100644
--- a/mash/browser/browser.h
+++ b/mash/browser/browser.h
@@ -21,7 +21,6 @@ class View;
namespace views {
class AuraInit;
class Widget;
-class WindowManagerConnection;
}
namespace mash {
@@ -60,7 +59,6 @@ class Browser : public service_manager::Service,
tracing::Provider tracing_;
std::unique_ptr<views::AuraInit> aura_init_;
- std::unique_ptr<views::WindowManagerConnection> window_manager_connection_;
DISALLOW_COPY_AND_ASSIGN(Browser);
};
« no previous file with comments | « mash/browser/BUILD.gn ('k') | mash/browser/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698