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

Side by Side Diff: chrome/test/data/webui/edit_search_engine_dialog_browsertest.h

Issue 8676008: Add automated test for the edit search engine dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update to new test API. Created 9 years 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2011 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 #ifndef CHROME_TEST_DATA_WEBUI_EDIT_SEARCH_ENGINE_DIALOG_BROWSERTEST_H_
5 #define CHROME_TEST_DATA_WEBUI_EDIT_SEARCH_ENGINE_DIALOG_BROWSERTEST_H_
6 #pragma once
7
8 #include "chrome/browser/ui/webui/web_ui_browsertest.h"
9
10 // Test framework for the WebUI based edit search engine dialog.
11 class EditSearchEngineDialogUITest : public WebUIBrowserTest {
12 protected:
13 EditSearchEngineDialogUITest();
14 virtual ~EditSearchEngineDialogUITest();
15
16 protected:
17 void ShowSearchEngineDialog();
18
19 private:
20 DISALLOW_COPY_AND_ASSIGN(EditSearchEngineDialogUITest);
21 };
22
23 #endif // CHROME_TEST_DATA_WEBUI_EDIT_SEARCH_ENGINE_DIALOG_BROWSERTEST_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698