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

Side by Side Diff: services/navigation/public/interfaces/view.mojom

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 unified diff | Download patch
« no previous file with comments | « mash/browser/debug_view.cc ('k') | services/navigation/view_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 module navigation.mojom; 5 module navigation.mojom;
6 6
7 import "components/mus/public/interfaces/window_tree.mojom"; 7 import "components/mus/public/interfaces/window_tree.mojom";
8 import "ui/gfx/geometry/mojo/geometry.mojom"; 8 import "ui/gfx/geometry/mojo/geometry.mojom";
9 import "url/mojo/url.mojom"; 9 import "url/mojo/url.mojom";
10 10
(...skipping 21 matching lines...) Expand all
32 NavigateTo(url.mojom.Url url); 32 NavigateTo(url.mojom.Url url);
33 33
34 GoBack(); 34 GoBack();
35 GoForward(); 35 GoForward();
36 Reload(bool skip_cache); 36 Reload(bool skip_cache);
37 Stop(); 37 Stop();
38 38
39 // Obtains a Mus WindowTreeClient for the View, so it can be embedded in a 39 // Obtains a Mus WindowTreeClient for the View, so it can be embedded in a
40 // UI. 40 // UI.
41 GetWindowTreeClient(mus.mojom.WindowTreeClient& client); 41 GetWindowTreeClient(mus.mojom.WindowTreeClient& client);
42
43 ShowInterstitial(string html);
44 HideInterstitial();
42 }; 45 };
OLDNEW
« no previous file with comments | « mash/browser/debug_view.cc ('k') | services/navigation/view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698