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

Unified Diff: chrome/browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 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: chrome/browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc
diff --git a/chrome/browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc b/chrome/browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc
index 1a0ae10f17baa586ffc1b2241b2a307208d47d95..0e524abef88a20f9cfe5699b8cbf7b13e466fd64 100644
--- a/chrome/browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc
+++ b/chrome/browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc
@@ -12,7 +12,7 @@
namespace {
// Same as OptionsUITest but launches with Guest mode command line switches.
-class GuestModeOptionsUITest : public OptionsUITest {
+class GuestModeOptionsUITest : public options2::OptionsUITest {
public:
GuestModeOptionsUITest() : OptionsUITest() {
launch_arguments_.AppendSwitch(switches::kGuestSession);
@@ -30,7 +30,6 @@ TEST_F(GuestModeOptionsUITest, LoadOptionsByURL) {
NavigateToSettings(tab);
VerifyTitle(tab);
VerifyNavbar(tab);
- VerifySections(tab);
}
} // namespace

Powered by Google App Engine
This is Rietveld 408576698