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

Unified Diff: services/navigation/public/cpp/view.h

Issue 2057023002: Adds support for new-tab targeted loads initiated from the renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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
Index: services/navigation/public/cpp/view.h
diff --git a/services/navigation/public/cpp/view.h b/services/navigation/public/cpp/view.h
index de5b442888c5c62c2b969a9421e1d63fab7e2d6a..e7d9b54507508b5f30459902d3a25c273b94eeae 100644
--- a/services/navigation/public/cpp/view.h
+++ b/services/navigation/public/cpp/view.h
@@ -76,6 +76,7 @@ class View : public mojom::ViewClient {
private:
// mojom::ViewClient:
+ void OpenURL(mojom::OpenURLParamsPtr params) override;
void LoadingStateChanged(bool is_loading) override;
void NavigationStateChanged(const GURL& url,
const mojo::String& title,

Powered by Google App Engine
This is Rietveld 408576698