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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate.h

Issue 1466143002: arc-bridge: Enable ARC with a command-line flag (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Rebased to ToT Created 5 years, 1 month 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/chrome_shell_delegate_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/chrome_shell_delegate.h
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
index 13e363f1c5299717c330a0847d28755d84b9bc5a..e109d8235ded254c295043a95ebc653976003805 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.h
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
@@ -17,7 +17,7 @@
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
-#if defined(OS_CHROMEOS) && defined(ENABLE_ARC)
+#if defined(OS_CHROMEOS)
#include "ash/shell_observer.h"
#endif
@@ -91,7 +91,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
const content::NotificationDetails& details) override;
private:
-#if defined(OS_CHROMEOS) && defined(ENABLE_ARC)
+#if defined(OS_CHROMEOS)
// An Observer to track session state and start/stop ARC accordingly.
class ArcSessionObserver : public ash::ShellObserver {
public:
@@ -123,9 +123,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
#if defined(OS_CHROMEOS)
scoped_ptr<chromeos::DisplayConfigurationObserver>
display_configuration_observer_;
-#endif
-#if defined(OS_CHROMEOS) && defined(ENABLE_ARC)
// An Observer to track session state and start/stop ARC accordingly.
scoped_ptr<ArcSessionObserver> arc_session_observer_;
#endif
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698