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

Unified Diff: services/navigation/view_impl.h

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/public/interfaces/BUILD.gn ('k') | services/navigation/view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/view_impl.h
diff --git a/services/navigation/view_impl.h b/services/navigation/view_impl.h
index 1083dba5ca28389552c1ec7ff1782021c0522488..02c4b7a6cac3d7fa0f81fd109f8597094f819196 100644
--- a/services/navigation/view_impl.h
+++ b/services/navigation/view_impl.h
@@ -49,7 +49,7 @@ class ViewImpl : public mojom::View,
void Reload(bool skip_cache) override;
void Stop() override;
void GetWindowTreeClient(ui::mojom::WindowTreeClientRequest request) override;
- void ShowInterstitial(const mojo::String& html) override;
+ void ShowInterstitial(const std::string& html) override;
void HideInterstitial() override;
// content::WebContentsDelegate:
« no previous file with comments | « services/navigation/public/interfaces/BUILD.gn ('k') | services/navigation/view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698