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

Unified Diff: components/test_runner/test_runner.h

Issue 2211283004: Drop test-only WebFrameClient params/functions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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 | « components/test_runner/layout_test_runtime_flags.cc ('k') | components/test_runner/test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/test_runner.h
diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
index 6f26a2237c5a0c41a714c99cd3e339f6ab320604..1abf848ebd5b4d059a1539cf66f200dfe7b3e132 100644
--- a/components/test_runner/test_runner.h
+++ b/components/test_runner/test_runner.h
@@ -156,7 +156,6 @@ class TestRunner : public WebTestRunner {
bool policyDelegateEnabled() const;
bool policyDelegateIsPermissive() const;
bool policyDelegateShouldNotifyDone() const;
- bool shouldDumpResourcePriorities() const;
void setToolTipText(const blink::WebString&);
void setDragImage(const blink::WebImage& drag_image);
bool shouldDumpNavigationPolicy() const;
@@ -444,11 +443,6 @@ class TestRunner : public WebTestRunner {
// Causes WillSendRequest to clear certain headers.
void SetWillSendRequestClearHeader(const std::string& header);
- // This function sets a flag that tells the test_shell to dump a descriptive
- // line for each resource load's priority and any time that priority
- // changes. It takes no arguments, and ignores any that may be present.
- void DumpResourceRequestPriorities();
-
// Sets a flag to enable the mock theme.
void SetUseMockTheme(bool use);
« no previous file with comments | « components/test_runner/layout_test_runtime_flags.cc ('k') | components/test_runner/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698