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

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

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/ios_chrome.gyp ('k') | ios/chrome/test/testing_application_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/testing_application_context.h
diff --git a/ios/chrome/test/testing_application_context.h b/ios/chrome/test/testing_application_context.h
index 6701e1fc6229343ad4907ee8b8ba2fdc3e9c34f0..37505f60fd612491824b0fb8f60b3075d9b4b5c5 100644
--- a/ios/chrome/test/testing_application_context.h
+++ b/ios/chrome/test/testing_application_context.h
@@ -32,6 +32,7 @@ class TestingApplicationContext : public ApplicationContext {
metrics::MetricsService* GetMetricsService() override;
policy::BrowserPolicyConnector* GetBrowserPolicyConnector() override;
rappor::RapporService* GetRapporService() override;
+ net_log::ChromeNetLog* GetNetLog() override;
private:
base::ThreadChecker thread_checker_;
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | ios/chrome/test/testing_application_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698