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

Unified Diff: components/test_runner/web_test_delegate.h

Issue 1886103002: Move DumpBackForwardLists out of WebTestProxyBase. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@separate-layout-and-paint-async-then
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/web_test_interfaces.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/web_test_delegate.h
diff --git a/components/test_runner/web_test_delegate.h b/components/test_runner/web_test_delegate.h
index 8cf9138d0fbbb7c66361e4475b969d9759f08288..2c214e24485fcce475989ea29c1d88b3e97a2ce8 100644
--- a/components/test_runner/web_test_delegate.h
+++ b/components/test_runner/web_test_delegate.h
@@ -234,10 +234,6 @@ class WebTestDelegate {
// Returns true if resource requests to external URLs should be permitted.
virtual bool AllowExternalPages() = 0;
- // Returns a text dump the back/forward history for the WebView associated
- // with the given WebTestProxyBase.
- virtual std::string DumpHistoryForWindow(WebTestProxyBase* proxy) = 0;
-
// Fetch the manifest for a given WebView from the given url.
virtual void FetchManifest(
blink::WebView* view,
« no previous file with comments | « no previous file | components/test_runner/web_test_interfaces.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698