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

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

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/test/test_url_constants.h ('k') | ios/web/web_state/navigation_callbacks_inttest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/test/test_url_constants.cc
diff --git a/ios/web/test/test_url_constants.cc b/ios/web/test/test_url_constants.cc
index e97d8bfe1b4274c6208e0fa34b6d13b396e9d6ca..6945c9c8b7810e43e61f71f5df408da0daf7cb31 100644
--- a/ios/web/test/test_url_constants.cc
+++ b/ios/web/test/test_url_constants.cc
@@ -7,5 +7,6 @@
namespace web {
const char kTestWebUIScheme[] = "testwebui";
+const char kTestNativeContentScheme[] = "testnativecontent";
} // namespace web
« no previous file with comments | « ios/web/test/test_url_constants.h ('k') | ios/web/web_state/navigation_callbacks_inttest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698