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

Side by Side Diff: ios/chrome/test/testing_application_context.h

Issue 2113473002: Add a Physical Web data source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo Created 4 years, 4 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/ios_chrome.gyp ('k') | ios/chrome/test/testing_application_context.mm » ('j') | 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 #ifndef IOS_CHROME_TEST_TESTING_APPLICATION_CONTEXT_H_ 5 #ifndef IOS_CHROME_TEST_TESTING_APPLICATION_CONTEXT_H_
6 #define IOS_CHROME_TEST_TESTING_APPLICATION_CONTEXT_H_ 6 #define IOS_CHROME_TEST_TESTING_APPLICATION_CONTEXT_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 metrics::MetricsService* GetMetricsService() override; 42 metrics::MetricsService* GetMetricsService() override;
43 variations::VariationsService* GetVariationsService() override; 43 variations::VariationsService* GetVariationsService() override;
44 rappor::RapporService* GetRapporService() override; 44 rappor::RapporService* GetRapporService() override;
45 net_log::ChromeNetLog* GetNetLog() override; 45 net_log::ChromeNetLog* GetNetLog() override;
46 network_time::NetworkTimeTracker* GetNetworkTimeTracker() override; 46 network_time::NetworkTimeTracker* GetNetworkTimeTracker() override;
47 IOSChromeIOThread* GetIOSChromeIOThread() override; 47 IOSChromeIOThread* GetIOSChromeIOThread() override;
48 gcm::GCMDriver* GetGCMDriver() override; 48 gcm::GCMDriver* GetGCMDriver() override;
49 component_updater::ComponentUpdateService* GetComponentUpdateService() 49 component_updater::ComponentUpdateService* GetComponentUpdateService()
50 override; 50 override;
51 CRLSetFetcher* GetCRLSetFetcher() override; 51 CRLSetFetcher* GetCRLSetFetcher() override;
52 PhysicalWebDataSource* GetPhysicalWebDataSource() override;
52 53
53 private: 54 private:
54 base::ThreadChecker thread_checker_; 55 base::ThreadChecker thread_checker_;
55 std::string application_locale_; 56 std::string application_locale_;
56 PrefService* local_state_; 57 PrefService* local_state_;
57 ios::ChromeBrowserStateManager* chrome_browser_state_manager_; 58 ios::ChromeBrowserStateManager* chrome_browser_state_manager_;
58 std::unique_ptr<network_time::NetworkTimeTracker> network_time_tracker_; 59 std::unique_ptr<network_time::NetworkTimeTracker> network_time_tracker_;
59 bool was_last_shutdown_clean_; 60 bool was_last_shutdown_clean_;
60 61
61 DISALLOW_COPY_AND_ASSIGN(TestingApplicationContext); 62 DISALLOW_COPY_AND_ASSIGN(TestingApplicationContext);
62 }; 63 };
63 64
64 #endif // IOS_CHROME_TEST_TESTING_APPLICATION_CONTEXT_H_ 65 #endif // IOS_CHROME_TEST_TESTING_APPLICATION_CONTEXT_H_
OLDNEW
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | ios/chrome/test/testing_application_context.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698