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

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

Issue 137193004: Save display preference on boot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 344965dd0abeae2c9ac6c4c4062500c08c5f8fb1..e9b46a4f802041ea4899b09227b61d4ccc70412c 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.h
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
@@ -29,6 +29,12 @@ namespace keyboard {
class KeyboardControllerProxy;
}
+#if defined(OS_CHROMEOS)
+namespace chromeos {
+class DisplayConfigurationObserver;
+}
+#endif
+
class ChromeLauncherController;
class ChromeShellDelegate : public ash::ShellDelegate,
@@ -82,6 +88,11 @@ class ChromeShellDelegate : public ash::ShellDelegate,
ChromeLauncherController* shelf_delegate_;
+#if defined(OS_CHROMEOS)
+ scoped_ptr<chromeos::DisplayConfigurationObserver>
+ display_configuration_observer_;
+#endif
+
DISALLOW_COPY_AND_ASSIGN(ChromeShellDelegate);
};
« no previous file with comments | « chrome/browser/chromeos/chrome_browser_main_chromeos.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