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

Unified Diff: trunk/src/chrome/browser/performance_monitor/performance_monitor_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/performance_monitor/performance_monitor_browsertest.cc
===================================================================
--- trunk/src/chrome/browser/performance_monitor/performance_monitor_browsertest.cc (revision 192508)
+++ trunk/src/chrome/browser/performance_monitor/performance_monitor_browsertest.cc (working copy)
@@ -42,10 +42,6 @@
#include "content/public/test/test_navigation_observer.h"
#include "content/public/test/test_utils.h"
-#if defined(OS_CHROMEOS)
-#include "chromeos/chromeos_switches.h"
-#endif
-
#if defined(OS_MACOSX)
#include "base/mac/scoped_nsautorelease_pool.h"
#endif
@@ -289,9 +285,9 @@
// typically be logged in with 'user'.)
#if defined(OS_CHROMEOS)
const CommandLine command_line = *CommandLine::ForCurrentProcess();
- if (command_line.HasSwitch(chromeos::switches::kLoginProfile)) {
+ if (command_line.HasSwitch(switches::kLoginProfile)) {
first_profile_name_ =
- command_line.GetSwitchValueASCII(chromeos::switches::kLoginProfile);
+ command_line.GetSwitchValueASCII(switches::kLoginProfile);
} else {
first_profile_name_ = chrome::kInitialProfile;
}
« no previous file with comments | « trunk/src/chrome/browser/extensions/extension_system.cc ('k') | trunk/src/chrome/browser/policy/browser_policy_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698