| 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(){}
|
| };
|
|
|