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

Unified Diff: content/shell/renderer/layout_test/blink_test_runner.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 | « components/test_runner/web_test_proxy.cc ('k') | content/shell/renderer/layout_test/blink_test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/layout_test/blink_test_runner.h
diff --git a/content/shell/renderer/layout_test/blink_test_runner.h b/content/shell/renderer/layout_test/blink_test_runner.h
index 7729f5918816167b13f0027c93ae296a77ce2bfe..bf554dba2d822bd138106980ab8b6e7cd6135ee4 100644
--- a/content/shell/renderer/layout_test/blink_test_runner.h
+++ b/content/shell/renderer/layout_test/blink_test_runner.h
@@ -130,8 +130,6 @@ class BlinkTestRunner : public RenderViewObserver,
void LoadURLForFrame(const blink::WebURL& url,
const std::string& frame_name) override;
bool AllowExternalPages() override;
- std::string DumpHistoryForWindow(
- test_runner::WebTestProxyBase* proxy) override;
void FetchManifest(
blink::WebView* view,
const GURL& url,
@@ -192,6 +190,7 @@ class BlinkTestRunner : public RenderViewObserver,
void CaptureDumpContinued();
void OnPixelsDumpCompleted(const SkBitmap& snapshot);
void CaptureDumpComplete();
+ std::string DumpHistoryForWindow(blink::WebView* web_view);
mojom::LayoutTestBluetoothFakeAdapterSetter&
GetBluetoothFakeAdapterSetter();
« no previous file with comments | « components/test_runner/web_test_proxy.cc ('k') | content/shell/renderer/layout_test/blink_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698