| Index: components/test_runner/test_runner.h
|
| diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
|
| index 69b2ea5fcdd2fc02d2e90a826b188b367354cb98..1603c6a718c0a63a9b1e9fe98529bc955335192a 100644
|
| --- a/components/test_runner/test_runner.h
|
| +++ b/components/test_runner/test_runner.h
|
| @@ -154,7 +154,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;
|
| @@ -442,11 +441,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);
|
|
|
|
|