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

Unified Diff: ios/chrome/test/testing_application_context.cc

Issue 1380763003: [iOS] Integration of ChromeNetLog and NetExportUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup whitelist Created 5 years, 2 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 | « ios/chrome/test/testing_application_context.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/testing_application_context.cc
diff --git a/ios/chrome/test/testing_application_context.cc b/ios/chrome/test/testing_application_context.cc
index 445aa442474e1569a57f91a905694d147e142531..4b70b86a35ce41e486e67a4f8cb85e8dc669a28e 100644
--- a/ios/chrome/test/testing_application_context.cc
+++ b/ios/chrome/test/testing_application_context.cc
@@ -69,3 +69,7 @@ TestingApplicationContext::GetBrowserPolicyConnector() {
rappor::RapporService* TestingApplicationContext::GetRapporService() {
return nullptr;
}
+
+net_log::ChromeNetLog* TestingApplicationContext::GetNetLog() {
+ return nullptr;
+}
« no previous file with comments | « ios/chrome/test/testing_application_context.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698