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

Unified Diff: components/test_runner/layout_test_runtime_flags.h

Issue 1857043002: Remove unused functions under components/test_runner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 8 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 | « no previous file | components/test_runner/mock_web_media_stream_center.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/layout_test_runtime_flags.h
diff --git a/components/test_runner/layout_test_runtime_flags.h b/components/test_runner/layout_test_runtime_flags.h
index 2b189e7e6051375c1ccebebbc8b3ae0a67d62fab..d3e7732b38d0fd4948fe5460d052094556bce968 100644
--- a/components/test_runner/layout_test_runtime_flags.h
+++ b/components/test_runner/layout_test_runtime_flags.h
@@ -27,7 +27,6 @@ class TEST_RUNNER_EXPORT LayoutTestRuntimeFlags {
void Reset();
TrackedDictionary& tracked_dictionary() { return dict_; }
- const TrackedDictionary& tracked_dictionary() const { return dict_; }
#define DEFINE_BOOL_LAYOUT_TEST_RUNTIME_FLAG(name) \
bool name() const { \
« no previous file with comments | « no previous file | components/test_runner/mock_web_media_stream_center.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698