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

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

Issue 1737933002: mojo leveldb: Get profile and leveldb connected to DOMStorageContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove most of the LOGs. Created 4 years, 10 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/content_browser_test.h
diff --git a/content/public/test/content_browser_test.h b/content/public/test/content_browser_test.h
index 6b58d61f7f1372d1674b55fdf9f3aa1f08913ffe..97c03814897d2026b4a3f96eb4dff4b483b79748 100644
--- a/content/public/test/content_browser_test.h
+++ b/content/public/test/content_browser_test.h
@@ -11,6 +11,7 @@
#include "content/public/test/browser_test_base.h"
namespace content {
+class BrowserContext;
class Shell;
class ShellMainDelegate;
@@ -28,6 +29,9 @@ class ContentBrowserTest : public BrowserTestBase {
void RunTestOnMainThreadLoop() override;
protected:
+ // Returns the browser context for this profile.
+ BrowserContext* GetBrowserContext() const;
jam 2016/03/03 16:32:11 no need to add, tests do shell()->web_contents()->
+
// Creates a new window and loads about:blank.
Shell* CreateBrowser();

Powered by Google App Engine
This is Rietveld 408576698