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

Unified Diff: chrome/browser/ui/panels/base_panel_browser_test.cc

Issue 8568034: Cleanup to move other Panels test data files to new panels test dir. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/browser/ui/panels/base_panel_browser_test.h ('k') | chrome/browser/ui/panels/panel_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/base_panel_browser_test.cc
diff --git a/chrome/browser/ui/panels/base_panel_browser_test.cc b/chrome/browser/ui/panels/base_panel_browser_test.cc
index fd369628b5458d27cdc4211d0c9723b3e403665f..b32573758af0536ce0ef51589db48cb394995086 100644
--- a/chrome/browser/ui/panels/base_panel_browser_test.cc
+++ b/chrome/browser/ui/panels/base_panel_browser_test.cc
@@ -157,6 +157,9 @@ bool ExistsPanel(Panel* panel) {
} // namespace
+const FilePath::CharType* BasePanelBrowserTest::kTestDir =
+ FILE_PATH_LITERAL("panels");
+
BasePanelBrowserTest::BasePanelBrowserTest()
: InProcessBrowserTest(),
testing_work_area_(0, 0, kTestingWorkAreaWidth,
@@ -171,9 +174,6 @@ BasePanelBrowserTest::~BasePanelBrowserTest() {
void BasePanelBrowserTest::SetUpCommandLine(CommandLine* command_line) {
EnableDOMAutomation();
-
- PathService::Get(chrome::DIR_TEST_DATA, &test_data_dir_);
- test_data_dir_ = test_data_dir_.AppendASCII("panels");
}
void BasePanelBrowserTest::SetUpOnMainThread() {
« no previous file with comments | « chrome/browser/ui/panels/base_panel_browser_test.h ('k') | chrome/browser/ui/panels/panel_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698