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

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

Issue 2760453003: Work In Progess
Patch Set: 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 | « no previous file | services/ui/display/BUILD.gn » ('j') | services/ui/display/screen_manager_ozone_internal.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/chrome_shell_delegate.cc
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc
index 34651084b30ff2bddc9703f28c05610d58feafda..8eb5a8aaf028f5b89979b5ca754efe076a8bbedb 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
@@ -425,6 +425,9 @@ bool ChromeShellDelegate::IsForceMaximizeOnFirstRun() const {
void ChromeShellDelegate::PreInit() {
bool first_run_after_boot = base::CommandLine::ForCurrentProcess()->HasSwitch(
chromeos::switches::kFirstExecAfterBoot);
+ LOG(ERROR) << "------ ChromeShellDelegate::PreInit --- calling "
+ "chromeos::LoadDisplayPreferences first_run_after_boot:"
+ << first_run_after_boot;
chromeos::LoadDisplayPreferences(first_run_after_boot);
// Object owns itself, and deletes itself when Observer::OnShutdown is called:
new policy::DisplayRotationDefaultHandler();
« no previous file with comments | « no previous file | services/ui/display/BUILD.gn » ('j') | services/ui/display/screen_manager_ozone_internal.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698