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

Unified Diff: chrome/test/data/webui/webui_resource_browsertest.cc

Issue 2919343005: Remove tests for deprecated Options UI (Closed)
Patch Set: and more 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/webui/inline_editable_list_test.html ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/webui_resource_browsertest.cc
diff --git a/chrome/test/data/webui/webui_resource_browsertest.cc b/chrome/test/data/webui/webui_resource_browsertest.cc
index 8ad1818fee2b8fa1a16464328572c263cc0854eb..b83d4ed2a04a8ce4226d7c72edb27d5a2f63649b 100644
--- a/chrome/test/data/webui/webui_resource_browsertest.cc
+++ b/chrome/test/data/webui/webui_resource_browsertest.cc
@@ -7,7 +7,6 @@
#include "base/path_service.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/tabs/tab_strip_model.h"
-#include "chrome/grit/options_test_resources.h"
#include "chrome/test/base/in_process_browser_test.h"
#include "chrome/test/base/ui_test_utils.h"
#include "chrome/test/data/grit/webui_test_resources.h"
@@ -149,22 +148,6 @@ IN_PROC_BROWSER_TEST_F(WebUIResourceBrowserTest, ListSingleSelectionModelTest) {
"list_single_selection_model_test.html")));
}
-IN_PROC_BROWSER_TEST_F(WebUIResourceBrowserTest, InlineEditableListTest) {
- AddLibrary(IDR_WEBUI_JS_CR);
- AddLibrary(IDR_WEBUI_JS_CR_EVENT_TARGET);
- AddLibrary(IDR_WEBUI_JS_CR_UI);
- AddLibrary(IDR_WEBUI_JS_CR_UI_ARRAY_DATA_MODEL);
- AddLibrary(IDR_WEBUI_JS_CR_UI_LIST_ITEM);
- AddLibrary(IDR_WEBUI_JS_CR_UI_LIST_SELECTION_CONTROLLER);
- AddLibrary(IDR_WEBUI_JS_CR_UI_LIST_SELECTION_MODEL);
- AddLibrary(IDR_WEBUI_JS_CR_UI_LIST);
- AddLibrary(IDR_WEBUI_JS_LOAD_TIME_DATA);
- AddLibrary(IDR_OPTIONS_DELETABLE_ITEM_LIST);
- AddLibrary(IDR_OPTIONS_INLINE_EDITABLE_LIST);
- LoadFile(base::FilePath(FILE_PATH_LITERAL(
- "inline_editable_list_test.html")));
-}
-
IN_PROC_BROWSER_TEST_F(WebUIResourceBrowserTest, MenuTest) {
AddLibrary(IDR_WEBUI_JS_ASSERT);
AddLibrary(IDR_WEBUI_JS_CR);
« no previous file with comments | « chrome/test/data/webui/inline_editable_list_test.html ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698