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

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

Issue 2572563006: [Blimp] Refactor Blimp test engine with embedded test server and URL rewriting (Closed)
Patch Set: Created 4 years 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_browser_client.h
diff --git a/blimp/engine/app/blimp_content_browser_client.h b/blimp/engine/app/blimp_content_browser_client.h
index d843da0cb939fd58867776282cb186236da00cb3..b0fed7c68852b0a5c1d1e83003eed0192ddfc00e 100644
--- a/blimp/engine/app/blimp_content_browser_client.h
+++ b/blimp/engine/app/blimp_content_browser_client.h
@@ -36,11 +36,14 @@ class BlimpContentBrowserClient : public content::ContentBrowserClient {
BlimpBrowserContext* GetBrowserContext();
+ void SetBrowserMainPartsForTesting(
+ BlimpBrowserMainParts* blimp_browser_main_parts);
+
private:
// Owned by BrowserMainLoop
BlimpBrowserMainParts* blimp_browser_main_parts_ = nullptr;
- DISALLOW_COPY_AND_ASSIGN(BlimpContentBrowserClient);
+ // DISALLOW_COPY_AND_ASSIGN(BlimpContentBrowserClient);
};
} // namespace engine

Powered by Google App Engine
This is Rietveld 408576698