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); |