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

Unified Diff: components/web_view/test_runner/test_runner_application_delegate.h

Issue 1312693007: test_runner: Add TestInfoExtractor to get the list of test-urls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mandoline-layout-test-exp
Patch Set: . Created 5 years, 3 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
Index: components/web_view/test_runner/test_runner_application_delegate.h
diff --git a/components/web_view/test_runner/test_runner_application_delegate.h b/components/web_view/test_runner/test_runner_application_delegate.h
index 9639b2276f30bd13b3924a4c1ba99cc6a477ab2a..86ba9323dabf47048c739a73d77ce891f33e5360 100644
--- a/components/web_view/test_runner/test_runner_application_delegate.h
+++ b/components/web_view/test_runner/test_runner_application_delegate.h
@@ -7,6 +7,7 @@
#include "base/command_line.h"
#include "base/memory/scoped_ptr.h"
+#include "components/test_runner/test_info_extractor.h"
#include "components/view_manager/public/cpp/view_tree_delegate.h"
#include "components/view_manager/public/interfaces/view_tree_host.mojom.h"
#include "components/web_view/public/cpp/web_view.h"
@@ -67,8 +68,7 @@ class TestRunnerApplicationDelegate
mojo::View* content_;
scoped_ptr<WebView> web_view_;
- base::CommandLine::StringVector cmdline_args_;
- size_t cmdline_position_;
+ scoped_ptr<test_runner::TestInfoExtractor> test_extractor_;
mojo::WeakBindingSet<LayoutTestRunner> layout_test_runner_;

Powered by Google App Engine
This is Rietveld 408576698