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

Unified Diff: trunk/src/chrome/browser/extensions/extension_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/extensions/extension_browsertest.cc
===================================================================
--- trunk/src/chrome/browser/extensions/extension_browsertest.cc (revision 192508)
+++ trunk/src/chrome/browser/extensions/extension_browsertest.cc (working copy)
@@ -46,10 +46,6 @@
#include "extensions/common/constants.h"
#include "sync/api/string_ordinal.h"
-#if defined(OS_CHROMEOS)
-#include "chromeos/chromeos_switches.h"
-#endif
-
using extensions::Extension;
using extensions::ExtensionCreator;
using extensions::FeatureSwitch;
@@ -105,9 +101,9 @@
// This makes sure that we create the Default profile first, with no
// ExtensionService and then the real profile with one, as we do when
// running on chromeos.
- command_line->AppendSwitchASCII(chromeos::switches::kLoginUser,
+ command_line->AppendSwitchASCII(switches::kLoginUser,
"TestUser@gmail.com");
- command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user");
+ command_line->AppendSwitchASCII(switches::kLoginProfile, "user");
#endif
}
« no previous file with comments | « trunk/src/chrome/browser/extensions/component_loader.cc ('k') | trunk/src/chrome/browser/extensions/extension_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698