1 // Copyright (c) 2012 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.
5 #ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS_OPTIONS_UI_BROWSERTEST_H_
6 #define CHROME_BROWSER_UI_WEBUI_OPTIONS_OPTIONS_UI_BROWSERTEST_H_
8 #include "base/basictypes.h"
9 #include "chrome/test/base/in_process_browser_test.h"
13 class OptionsUIBrowserTest
: public InProcessBrowserTest
{
15 OptionsUIBrowserTest();
17 // Navigate to the settings tab and block until complete.
18 void NavigateToSettings();
20 // Check navbar's existence.
23 // Verify that the page title is correct.
24 // The only guarantee we can make about the title of a settings tab is that
25 // it should contain IDS_SETTINGS_TITLE somewhere.
29 } // namespace options
31 #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS_OPTIONS_UI_BROWSERTEST_H_