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

Unified Diff: chrome/test/base/testing_browser_process.h

Issue 11418005: Get a minimal unit_tests target building and running for iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@chrome-gyp-ios-support
Patch Set: Better ifdefing in chrome_paths Created 8 years, 1 month 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 | « chrome/test/base/chrome_test_suite.cc ('k') | chrome/test/base/testing_browser_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_browser_process.h
diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h
index 6395fed97b714b2b2ed11e5d9a0382cda3cda24c..b2138d0afa6fc7910f79a07f2f78aa5de6ceb2fe 100644
--- a/chrome/test/base/testing_browser_process.h
+++ b/chrome/test/base/testing_browser_process.h
@@ -116,6 +116,8 @@ class TestingBrowserProcess : public BrowserProcess {
// Weak pointer.
PrefService* local_state_;
+ // TODO(ios): Add back members as more code is compiled.
+#if !defined(OS_IOS)
#if defined(ENABLE_CONFIGURATION_POLICY)
scoped_ptr<policy::BrowserPolicyConnector> browser_policy_connector_;
#else
@@ -128,9 +130,13 @@ class TestingBrowserProcess : public BrowserProcess {
print_preview_tab_controller_;
scoped_ptr<prerender::PrerenderTracker> prerender_tracker_;
scoped_ptr<RenderWidgetSnapshotTaker> render_widget_snapshot_taker_;
+#endif // !defined(OS_IOS)
IOThread* io_thread_;
+ // TODO(ios): Add back members as more code is compiled.
+#if !defined(OS_IOS)
scoped_refptr<SafeBrowsingService> sb_service_;
scoped_ptr<BookmarkPromptController> bookmark_prompt_controller_;
+#endif // !defined(OS_IOS)
net::URLRequestContextGetter* system_request_context_;
DISALLOW_COPY_AND_ASSIGN(TestingBrowserProcess);
« no previous file with comments | « chrome/test/base/chrome_test_suite.cc ('k') | chrome/test/base/testing_browser_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698