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

Unified Diff: services/navigation/view_impl.h

Issue 2039613002: Add a debug view to the browser that allows various navigation features to be used. (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
« no previous file with comments | « services/navigation/public/interfaces/view.mojom ('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 bec580b6f3c0c76b6122e2f09e4471262032e059..3319e760682e4bb18c761abe6414c6a5a429f96a 100644
--- a/services/navigation/view_impl.h
+++ b/services/navigation/view_impl.h
@@ -44,6 +44,8 @@ class ViewImpl : public mojom::View,
void Stop() override;
void GetWindowTreeClient(
mus::mojom::WindowTreeClientRequest request) override;
+ void ShowInterstitial(const mojo::String& html) override;
+ void HideInterstitial() override;
// content::WebContentsDelegate:
void AddNewContents(content::WebContents* source,
« no previous file with comments | « services/navigation/public/interfaces/view.mojom ('k') | services/navigation/view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698