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

Unified Diff: mojo/examples/window_manager/debug_panel.h

Issue 549273002: Various mojom cleanup from ContentHandler changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: mojo/examples/window_manager/debug_panel.h
diff --git a/mojo/examples/window_manager/debug_panel.h b/mojo/examples/window_manager/debug_panel.h
index 90e4da86dacca4e7224ae6aee801b49631dd5c5e..3a771aab8cc8b91f4df16bb01d6e9cbe98da0103 100644
--- a/mojo/examples/window_manager/debug_panel.h
+++ b/mojo/examples/window_manager/debug_panel.h
@@ -33,9 +33,10 @@ class DebugPanel : public views::LayoutManager, public views::ButtonListener {
class Delegate {
public:
virtual void CloseTopWindow() = 0;
- virtual void RequestNavigate(
- uint32 source_view_id, Target target,
- NavigationDetailsPtr nav_details) = 0;
+ virtual void RequestNavigate(uint32 source_view_id,
+ Target target,
+ URLRequestPtr url_request) = 0;
+
protected:
virtual ~Delegate(){}
};

Powered by Google App Engine
This is Rietveld 408576698