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

Unified Diff: services/navigation/public/cpp/view.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/navigation_unittest.cc ('k') | services/navigation/public/cpp/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/public/cpp/view.h
diff --git a/services/navigation/public/cpp/view.h b/services/navigation/public/cpp/view.h
index 59b7a44577ce6f24741041ad0da24f64b1e780b7..b7fb2a1b0901fb8105b50365545ffc8d005f7314 100644
--- a/services/navigation/public/cpp/view.h
+++ b/services/navigation/public/cpp/view.h
@@ -74,7 +74,7 @@ class View : public mojom::ViewClient {
void OpenURL(mojom::OpenURLParamsPtr params) override;
void LoadingStateChanged(bool is_loading) override;
void NavigationStateChanged(const GURL& url,
- const mojo::String& title,
+ const std::string& title,
bool can_go_back,
bool can_go_forward) override;
void LoadProgressChanged(double progress) override;
« no previous file with comments | « services/navigation/navigation_unittest.cc ('k') | services/navigation/public/cpp/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698