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

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

Issue 1053013007: Minimized windows should not be activated by another user in multiprofile scenario. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the system crash when add another user into chromeos system. Created 5 years, 8 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.cc
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc
index 612c61f8120628ddf2357f6b31686daf3da9fbd5..11c02b7df78ab4c3c91fccfa2beeddb943863dac 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
@@ -39,6 +39,9 @@ ChromeShellDelegate::ChromeShellDelegate()
: shelf_delegate_(NULL) {
instance_ = this;
PlatformInit();
+#if defined(OS_CHROMEOS)
+ is_first_run_ = true;
+#endif
}
ChromeShellDelegate::~ChromeShellDelegate() {

Powered by Google App Engine
This is Rietveld 408576698