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

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

Issue 1960293003: Remove OS_CHROMEOS from ui/ash code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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
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 e9fb900cba3bd56448daedd821c34ce87fc13e38..faf50f844496f4c814d60c12ab1a98bbb8074759 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.h
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
@@ -17,15 +17,13 @@
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
-namespace keyboard {
-class KeyboardUI;
-}
-
-#if defined(OS_CHROMEOS)
namespace chromeos {
class DisplayConfigurationObserver;
}
-#endif
+
+namespace keyboard {
+class KeyboardUI;
+}
class ChromeLauncherController;
@@ -90,10 +88,8 @@ class ChromeShellDelegate : public ash::ShellDelegate,
// Proxies events from chrome/browser to ash::UserMetricsRecorder.
std::unique_ptr<ChromeUserMetricsRecorder> chrome_user_metrics_recorder_;
-#if defined(OS_CHROMEOS)
std::unique_ptr<chromeos::DisplayConfigurationObserver>
display_configuration_observer_;
-#endif
DISALLOW_COPY_AND_ASSIGN(ChromeShellDelegate);
};
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_content_state_views.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698