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

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: Function works. Needs to refactor blimp_url_rewriter_unittest.cc 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_browser_client.h
diff --git a/blimp/engine/app/blimp_content_browser_client.h b/blimp/engine/app/blimp_content_browser_client.h
index 20a2a7d2bf2cbecb2ca1b3442957d5d70a7ce5fc..1d0162f98c6514c0283ca8f462a9ecc72a263170 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);
jbudorick at gmail 2017/01/06 16:09:36 You shouldn't have to comment this out.
shenghuazhang 2017/01/07 01:21:24 Done.
};
} // namespace engine

Powered by Google App Engine
This is Rietveld 408576698