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

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: test fix 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
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);

Powered by Google App Engine
This is Rietveld 408576698