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

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

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: Self review 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
Index: ios/web/public/test/test_web_state.mm
diff --git a/ios/web/public/test/test_web_state.mm b/ios/web/public/test/test_web_state.mm
index bb577bd7c867f043cab396bb6f57e7bc12e7435f..db06acaf5bb0a0bcc85080c7932480e90bcd83a1 100644
--- a/ios/web/public/test/test_web_state.mm
+++ b/ios/web/public/test/test_web_state.mm
@@ -17,6 +17,12 @@ UIView* TestWebState::GetView() {
return nullptr;
}
+WebStateDelegate* TestWebState::GetDelegate() {
+ return nil;
+}
+
+void TestWebState::SetDelegate(WebStateDelegate* delegate) {}
+
BrowserState* TestWebState::GetBrowserState() const {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698