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

Unified 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 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.mm » ('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 35421b506952b47d08eedd78ef0fed00091dad71..53909da1283b3c1bd95a075f30db32faeeb7cbc0 100644
--- a/ios/chrome/test/testing_application_context.h
+++ b/ios/chrome/test/testing_application_context.h
@@ -49,6 +49,7 @@ class TestingApplicationContext : public ApplicationContext {
component_updater::ComponentUpdateService* GetComponentUpdateService()
override;
CRLSetFetcher* GetCRLSetFetcher() override;
+ PhysicalWebDataSource* GetPhysicalWebDataSource() override;
private:
base::ThreadChecker thread_checker_;
« 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