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

Unified Diff: chrome/test/testing_browser_process.cc

Issue 6523032: Even more test cleanup. Some fixes to non-test code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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: chrome/test/testing_browser_process.cc
diff --git a/chrome/test/testing_browser_process.cc b/chrome/test/testing_browser_process.cc
index 4d50fa4737b7bc5b23075686955d7dfa41c69015..30e8064ffe4f71cb96ec0a4c4e35d02f897780b4 100644
--- a/chrome/test/testing_browser_process.cc
+++ b/chrome/test/testing_browser_process.cc
@@ -184,6 +184,10 @@ bool TestingBrowserProcess::have_inspector_files() const {
return true;
}
+ChromeNetLog* TestingBrowserProcess::net_log() {
+ return NULL;
+}
+
void TestingBrowserProcess::SetPrefService(PrefService* pref_service) {
pref_service_ = pref_service;
}

Powered by Google App Engine
This is Rietveld 408576698