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

Unified 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: Style fixes. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/webui/edit_search_engine_dialog_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/edit_search_engine_dialog_browsertest.h
diff --git a/chrome/test/data/webui/edit_search_engine_dialog_browsertest.h b/chrome/test/data/webui/edit_search_engine_dialog_browsertest.h
new file mode 100644
index 0000000000000000000000000000000000000000..a641e4bce20191445ac82c8e7c8f81b726dc8a3b
--- /dev/null
+++ b/chrome/test/data/webui/edit_search_engine_dialog_browsertest.h
@@ -0,0 +1,23 @@
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+#ifndef CHROME_TEST_DATA_WEBUI_EDIT_SEARCH_ENGINE_DIALOG_BROWSERTEST_H_
+#define CHROME_TEST_DATA_WEBUI_EDIT_SEARCH_ENGINE_DIALOG_BROWSERTEST_H_
+#pragma once
+
+#include "chrome/browser/ui/webui/web_ui_browsertest.h"
+
+// Test framework for the WebUI based edit search engine dialog.
+class EditSearchEngineDialogUITest : public WebUIBrowserTest {
+ protected:
+ EditSearchEngineDialogUITest();
+ virtual ~EditSearchEngineDialogUITest();
+
+ // Displays the search engine dialog for testing.
+ void ShowSearchEngineDialog();
+
+ private:
+ DISALLOW_COPY_AND_ASSIGN(EditSearchEngineDialogUITest);
+};
+
+#endif // CHROME_TEST_DATA_WEBUI_EDIT_SEARCH_ENGINE_DIALOG_BROWSERTEST_H_
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/webui/edit_search_engine_dialog_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698