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

Side by Side Diff: chrome/browser/ui/webui/options/chromeos/guest_mode_options_browsertest.h

Issue 2913343002: Start removing deprecated Options UI code (Closed)
Patch Set: thestig@ review Created 3 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_GUEST_MODE_OPTIONS_BROWSERTEST_ H_
6 #define CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_GUEST_MODE_OPTIONS_BROWSERTEST_ H_
7
8 #include "base/command_line.h"
9 #include "base/compiler_specific.h"
10 #include "base/macros.h"
11 #include "chrome/test/base/web_ui_browser_test.h"
12 #include "content/public/browser/web_ui_message_handler.h"
13
14 // This is a helper class used by guest_mode_options_browsertest.js to enable
15 // guest mode.
16 class GuestModeOptionsUIBrowserTest : public WebUIBrowserTest {
17 public:
18 GuestModeOptionsUIBrowserTest();
19 ~GuestModeOptionsUIBrowserTest() override;
20
21 private:
22 void SetUpCommandLine(base::CommandLine* command_line) override;
23
24 DISALLOW_COPY_AND_ASSIGN(GuestModeOptionsUIBrowserTest);
25 };
26
27 #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_GUEST_MODE_OPTIONS_BROWSERTE ST_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698