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

Unified Diff: chrome/browser/repost_form_warning_controller.h

Issue 8983010: Convert WebContents to return a content::NavigationController instead of the implementation. Upda... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 12 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: chrome/browser/repost_form_warning_controller.h
===================================================================
--- chrome/browser/repost_form_warning_controller.h (revision 116232)
+++ chrome/browser/repost_form_warning_controller.h (working copy)
@@ -9,7 +9,9 @@
#include "base/compiler_specific.h"
#include "chrome/browser/ui/tab_modal_confirm_dialog_delegate.h"
+namespace content {
class NavigationController;
+}
// This class is used to continue or cancel a pending reload when the
// repost form warning is shown. It is owned by the platform-dependent
@@ -36,7 +38,7 @@
const content::NotificationDetails& details) OVERRIDE;
// Weak pointer; this dialog is cancelled when the WebContents is closed.
- NavigationController* navigation_controller_;
+ content::NavigationController* navigation_controller_;
DISALLOW_COPY_AND_ASSIGN(RepostFormWarningController);
};

Powered by Google App Engine
This is Rietveld 408576698