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

Unified Diff: trunk/src/chrome/browser/ui/webui/options/chromeos/guest_mode_options_ui_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/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc
===================================================================
--- trunk/src/chrome/browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc (revision 192508)
+++ trunk/src/chrome/browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc (working copy)
@@ -5,7 +5,6 @@
#include "base/command_line.h"
#include "chrome/browser/ui/webui/options/options_ui_browsertest.h"
#include "chrome/common/chrome_switches.h"
-#include "chromeos/chromeos_switches.h"
namespace {
@@ -13,10 +12,10 @@
// switches.
class GuestModeOptionsBrowserTest : public options::OptionsBrowserTest {
public:
- GuestModeOptionsBrowserTest() : OptionsBrowserTest() {}
+ GuestModeOptionsBrowserTest() : OptionsBrowserTest() {}
- virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
- command_line->AppendSwitch(chromeos::switches::kGuestSession);
+ virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
+ command_line->AppendSwitch(switches::kGuestSession);
command_line->AppendSwitch(switches::kIncognito);
}
};
« no previous file with comments | « trunk/src/chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | trunk/src/chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698