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

Unified Diff: ash/shell_delegate.h

Issue 12505005: Store rotation/ui scale to local state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/shell_delegate_impl.cc ('k') | chrome/browser/chromeos/chrome_browser_main_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index bb3c6dd944d596e8d23be0e032612246520a5772..7cc0dd60a40b8ee1313dec229533d26906a8b677 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -116,6 +116,9 @@ class ASH_EXPORT ShellDelegate {
// Returns true if the screen is currently locked.
virtual bool IsScreenLocked() const = 0;
+ // Called before processing |Shell::Init()|;
+ virtual void OnPreInit() = 0;
+
// Shuts down the environment.
virtual void Shutdown() = 0;
« no previous file with comments | « ash/shell/shell_delegate_impl.cc ('k') | chrome/browser/chromeos/chrome_browser_main_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698