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

Unified Diff: trunk/src/chrome/browser/chromeos/login/user_manager_impl.cc

Issue 13590004: Revert 192504 "Re-apply 192420: Move login switches to src/chromeos" (Closed) Base URL: svn://svn.chromium.org/chrome/
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
Index: trunk/src/chrome/browser/chromeos/login/user_manager_impl.cc
===================================================================
--- trunk/src/chrome/browser/chromeos/login/user_manager_impl.cc (revision 192508)
+++ trunk/src/chrome/browser/chromeos/login/user_manager_impl.cc (working copy)
@@ -41,7 +41,6 @@
#include "chrome/common/chrome_notification_types.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/common/pref_names.h"
-#include "chromeos/chromeos_switches.h"
#include "chromeos/cryptohome/async_method_caller.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/notification_service.h"
@@ -244,7 +243,7 @@
bool browser_restart) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
- if (!CommandLine::ForCurrentProcess()->HasSwitch(::switches::kMultiProfiles))
+ if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kMultiProfiles))
DCHECK(!IsUserLoggedIn());
if (email == kGuestUserEMail) {

Powered by Google App Engine
This is Rietveld 408576698