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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « ios/chrome/test/testing_application_context.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ios/chrome/test/testing_application_context.h" 5 #include "ios/chrome/test/testing_application_context.h"
6 6
7 #include "base/logging.h" 7 #include "base/logging.h"
8 #include "ios/public/provider/chrome/browser/chrome_browser_provider.h" 8 #include "ios/public/provider/chrome/browser/chrome_browser_provider.h"
9 9
10 TestingApplicationContext::TestingApplicationContext() 10 TestingApplicationContext::TestingApplicationContext()
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 } 62 }
63 63
64 policy::BrowserPolicyConnector* 64 policy::BrowserPolicyConnector*
65 TestingApplicationContext::GetBrowserPolicyConnector() { 65 TestingApplicationContext::GetBrowserPolicyConnector() {
66 return nullptr; 66 return nullptr;
67 } 67 }
68 68
69 rappor::RapporService* TestingApplicationContext::GetRapporService() { 69 rappor::RapporService* TestingApplicationContext::GetRapporService() {
70 return nullptr; 70 return nullptr;
71 } 71 }
72
73 net_log::ChromeNetLog* TestingApplicationContext::GetNetLog() {
74 return nullptr;
75 }
OLDNEW
« 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