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

Unified Diff: content/public/test/render_view_test.h

Issue 2103733004: Set navigationStart correctly for all load types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment, fix indent. Created 4 years, 5 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: content/public/test/render_view_test.h
diff --git a/content/public/test/render_view_test.h b/content/public/test/render_view_test.h
index 17ca05795c4c518da480484e1947962be6aea1ba..32b44375d38b154bcbff7dae2cdf7e5edad07967 100644
--- a/content/public/test/render_view_test.h
+++ b/content/public/test/render_view_test.h
@@ -61,6 +61,10 @@ class RenderViewTest : public testing::Test, blink::WebLeakDetectorClient {
blink::Platform* Get() const;
void Shutdown();
+ using WebURLLoaderFactory = base::Callback<blink::WebURLLoader*()>;
+
+ void SetWebURLLoaderFactory(const WebURLLoaderFactory& factory);
+
private:
std::unique_ptr<scheduler::RendererScheduler> renderer_scheduler_;
std::unique_ptr<RendererBlinkPlatformImplTestOverrideImpl>

Powered by Google App Engine
This is Rietveld 408576698