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

Unified Diff: trunk/src/chrome/browser/chromeos/login/wallpaper_manager_browsertest.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/wallpaper_manager_browsertest.cc
===================================================================
--- trunk/src/chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc (revision 192508)
+++ trunk/src/chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc (working copy)
@@ -21,7 +21,6 @@
#include "chrome/browser/prefs/scoped_user_pref_update.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/test/base/testing_browser_process.h"
-#include "chromeos/chromeos_switches.h"
#include "ui/aura/env.h"
#include "ui/base/resource/resource_bundle.h"
@@ -409,8 +408,8 @@
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
command_line->AppendSwitch(switches::kLoginManager);
command_line->AppendSwitchASCII(switches::kLoginProfile, "user");
- command_line->AppendSwitch(::switches::kDisableLoginAnimations);
- command_line->AppendSwitch(::switches::kDisableBootAnimation);
+ command_line->AppendSwitch(switches::kDisableLoginAnimations);
+ command_line->AppendSwitch(switches::kDisableBootAnimation);
}
};

Powered by Google App Engine
This is Rietveld 408576698