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

Unified Diff: blimp/engine/app/blimp_content_main_delegate.h

Issue 2572563006: [Blimp] Refactor Blimp test engine with embedded test server and URL rewriting (Closed)
Patch Set: John comment Created 3 years, 11 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: blimp/engine/app/blimp_content_main_delegate.h
diff --git a/blimp/engine/app/blimp_content_main_delegate.h b/blimp/engine/app/blimp_content_main_delegate.h
index 3de47c085a5e4c1cffd57abb2d24d4c910052934..abf4a3650330819e47b69b8d4a9194a4e08a8a7f 100644
--- a/blimp/engine/app/blimp_content_main_delegate.h
+++ b/blimp/engine/app/blimp_content_main_delegate.h
@@ -30,6 +30,9 @@ class BlimpContentMainDelegate : public content::ContentMainDelegate {
content::ContentBrowserClient* CreateContentBrowserClient() override;
content::ContentRendererClient* CreateContentRendererClient() override;
+ void SetContentBrowserClientForTesting(
Kevin M 2017/01/09 20:17:17 Move above overrides
shenghuazhang 2017/01/10 23:20:49 Changed the scope to be protected instead.
+ std::unique_ptr<BlimpContentBrowserClient> browser_client_ptr);
+
private:
void InitializeResourceBundle();

Powered by Google App Engine
This is Rietveld 408576698