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

Unified Diff: ui/views/test/webview_test_helper.h

Issue 17127002: Correctly integrate StoragePartition into TestingProfile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix InstantNTP test. Created 7 years, 5 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
« no previous file with comments | « google_apis/gaia/oauth2_api_call_flow_unittest.cc ('k') | ui/views/test/webview_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/webview_test_helper.h
diff --git a/ui/views/test/webview_test_helper.h b/ui/views/test/webview_test_helper.h
index 025ea0661fda5a57c8b7c2ba23074882cf3c43dc..c0fbdbfbb2b41396260d57fcf9231ea2889cbf9e 100644
--- a/ui/views/test/webview_test_helper.h
+++ b/ui/views/test/webview_test_helper.h
@@ -13,22 +13,19 @@ class MessageLoopForUI;
namespace content {
class TestContentClientInitializer;
-class TestBrowserThread;
} // namespace content
namespace views {
class WebViewTestHelper {
public:
- explicit WebViewTestHelper(base::MessageLoopForUI* ui_loop);
+ WebViewTestHelper();
virtual ~WebViewTestHelper();
private:
scoped_ptr<content::TestContentClientInitializer>
test_content_client_initializer_;
- scoped_ptr<content::TestBrowserThread> ui_thread_;
-
DISALLOW_COPY_AND_ASSIGN(WebViewTestHelper);
};
« no previous file with comments | « google_apis/gaia/oauth2_api_call_flow_unittest.cc ('k') | ui/views/test/webview_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698