Chromium Code Reviews| 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 |