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

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

Issue 1851003003: [ios] Added web// public API to let embedder observe loading progress. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed compilation Created 4 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/ios_web_unittests.gyp ('k') | ios/web/public/test/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/test_web_state.h
diff --git a/ios/web/public/test/test_web_state.h b/ios/web/public/test/test_web_state.h
index 4506a1d859982c27f6bbbb8b145ef03eb60ddaf3..2d7e41dbf2c9ace14932b6f09eee19fb8ab3316c 100644
--- a/ios/web/public/test/test_web_state.h
+++ b/ios/web/public/test/test_web_state.h
@@ -24,6 +24,8 @@ class TestWebState : public WebState {
// WebState implementation.
UIView* GetView() override;
+ WebStateDelegate* GetDelegate() override;
+ void SetDelegate(WebStateDelegate* delegate) override;
BrowserState* GetBrowserState() const override;
void OpenURL(const OpenURLParams& params) override {}
NavigationManager* GetNavigationManager() override;
« no previous file with comments | « ios/web/ios_web_unittests.gyp ('k') | ios/web/public/test/test_web_state.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698