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

Unified Diff: chrome/test/unit/chrome_test_suite.cc

Issue 6693054: Get rid of extensions dependency from content\browser. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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 | « chrome/test/unit/chrome_test_suite.h ('k') | content/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/unit/chrome_test_suite.cc
===================================================================
--- chrome/test/unit/chrome_test_suite.cc (revision 80243)
+++ chrome/test/unit/chrome_test_suite.cc (working copy)
@@ -99,6 +99,7 @@
// Initialize the content client which that code uses to talk to Chrome.
content::SetContentClient(&chrome_content_client_);
+ content::GetContentClient()->set_browser(&chrome_browser_content_client_);
chrome::RegisterChromeSchemes();
host_resolver_proc_ = new LocalHostResolverProc();
« no previous file with comments | « chrome/test/unit/chrome_test_suite.h ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698