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

Unified Diff: services/navigation/view_impl.cc

Issue 2493693003: Mojo C++ bindings: switch services/navigation mojom target to use STL types. (Closed)
Patch Set: Created 4 years, 1 month 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 | « services/navigation/view_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/view_impl.cc
diff --git a/services/navigation/view_impl.cc b/services/navigation/view_impl.cc
index 54d958206ce3bc52cba56301efae96a11bd2566c..bb6145d7549c0e39ce39f35d0a6211e29519f299 100644
--- a/services/navigation/view_impl.cc
+++ b/services/navigation/view_impl.cc
@@ -115,7 +115,7 @@ void ViewImpl::GetWindowTreeClient(ui::mojom::WindowTreeClientRequest request) {
base::MakeUnique<ui::WindowTreeClient>(this, nullptr, std::move(request));
}
-void ViewImpl::ShowInterstitial(const mojo::String& html) {
+void ViewImpl::ShowInterstitial(const std::string& html) {
content::InterstitialPage* interstitial =
content::InterstitialPage::Create(web_view_->GetWebContents(),
false,
« no previous file with comments | « services/navigation/view_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698