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

Unified Diff: ios/web/public/test/fakes/test_web_state.h

Issue 2847743003: Eliminate InterfaceRegistry (Closed)
Patch Set: . Created 3 years, 8 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/web/DEPS ('k') | ios/web/public/test/fakes/test_web_state.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/test/fakes/test_web_state.h
diff --git a/ios/web/public/test/fakes/test_web_state.h b/ios/web/public/test/fakes/test_web_state.h
index 98af071c07e7f14d7ff3279109c97fa2ad6568e0..32afd916612c49addc800b0b34388f5a9b891419 100644
--- a/ios/web/public/test/fakes/test_web_state.h
+++ b/ios/web/public/test/fakes/test_web_state.h
@@ -74,7 +74,7 @@ class TestWebState : public WebState {
void AddPolicyDecider(WebStatePolicyDecider* decider) override {}
void RemovePolicyDecider(WebStatePolicyDecider* decider) override {}
- service_manager::InterfaceRegistry* GetMojoInterfaceRegistry() override;
+ WebStateInterfaceProvider* GetWebStateInterfaceProvider() override;
bool HasOpener() const override;
base::WeakPtr<WebState> AsWeakPtr() override;
« no previous file with comments | « ios/web/DEPS ('k') | ios/web/public/test/fakes/test_web_state.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698