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

Unified Diff: ios/web/test/test_url_constants.h

Issue 2698413004: Implemented WebStateObserver::DidFinishNavigation(NavigationHandle*). (Closed)
Patch Set: Addressed review comments Created 3 years, 10 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/public/web_state/web_state_observer.h ('k') | ios/web/test/test_url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/test/test_url_constants.h
diff --git a/ios/web/test/test_url_constants.h b/ios/web/test/test_url_constants.h
index f47c75e8d3807df7b3943ea6809a87d52cc774a4..2202f88ec39c638084312e85106c89f6222a1e6f 100644
--- a/ios/web/test/test_url_constants.h
+++ b/ios/web/test/test_url_constants.h
@@ -10,6 +10,9 @@ namespace web {
// URL scheme for testing WebUI.
extern const char kTestWebUIScheme[];
+// URL scheme for testing Native Content.
+extern const char kTestNativeContentScheme[];
+
} // namespace web
#endif // IOS_WEB_TEST_TEST_URL_CONSTANTS_H_
« no previous file with comments | « ios/web/public/web_state/web_state_observer.h ('k') | ios/web/test/test_url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698