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

Unified Diff: ash/shell/content/client/shell_browser_main_parts.h

Issue 2734933004: ash: Use SessionController instead of SessionStateDelegate (Closed)
Patch Set: rebase to get WorkspaceLayoutManagerSoloTest change Created 3 years, 9 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 | « ash/shell/app_list.cc ('k') | ash/shell/content/client/shell_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/content/client/shell_browser_main_parts.h
diff --git a/ash/shell/content/client/shell_browser_main_parts.h b/ash/shell/content/client/shell_browser_main_parts.h
index a6fe25eec33afa89705a3d0d0e6e18e2599c7912..38fd8d142846301bc71455f0f97af2a0b03b8c8e 100644
--- a/ash/shell/content/client/shell_browser_main_parts.h
+++ b/ash/shell/content/client/shell_browser_main_parts.h
@@ -31,6 +31,7 @@ namespace ash {
namespace shell {
class ExampleAppListPresenter;
+class ExampleSessionControllerClient;
class ShellDelegateImpl;
class WindowWatcher;
@@ -59,6 +60,8 @@ class ShellBrowserMainParts : public content::BrowserMainParts {
ShellDelegateImpl* delegate_; // owned by Shell
std::unique_ptr<wm::WMState> wm_state_;
std::unique_ptr<ExampleAppListPresenter> example_app_list_presenter_;
+ std::unique_ptr<ExampleSessionControllerClient>
+ example_session_controller_client_;
DISALLOW_COPY_AND_ASSIGN(ShellBrowserMainParts);
};
« no previous file with comments | « ash/shell/app_list.cc ('k') | ash/shell/content/client/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698