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

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

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/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.mm
diff --git a/ios/chrome/test/testing_application_context.mm b/ios/chrome/test/testing_application_context.mm
index 75251b2d6546cd9604f2582348a3e19d3cd543e5..e03bd89ac4fcd032a5bc6f9efcdeb53adafee28e 100644
--- a/ios/chrome/test/testing_application_context.mm
+++ b/ios/chrome/test/testing_application_context.mm
@@ -154,3 +154,8 @@ CRLSetFetcher* TestingApplicationContext::GetCRLSetFetcher() {
DCHECK(thread_checker_.CalledOnValidThread());
return nullptr;
}
+
+PhysicalWebDataSource* TestingApplicationContext::GetPhysicalWebDataSource() {
+ DCHECK(thread_checker_.CalledOnValidThread());
+ 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