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

Unified Diff: chrome/browser/ui/webui/extensions/extension_settings_handler.h

Issue 2645153003: Convert ExtensionSettingsHandler to use the new navigation callbacks. (Closed)
Patch Set: use GetReloadType Created 3 years, 11 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 | « no previous file | chrome/browser/ui/webui/extensions/extension_settings_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/extensions/extension_settings_handler.h
diff --git a/chrome/browser/ui/webui/extensions/extension_settings_handler.h b/chrome/browser/ui/webui/extensions/extension_settings_handler.h
index 3d70924e3852227086f137dfe7ec21f1933ba246..40f4982d6004abcb297bf19c33baba8435abc649 100644
--- a/chrome/browser/ui/webui/extensions/extension_settings_handler.h
+++ b/chrome/browser/ui/webui/extensions/extension_settings_handler.h
@@ -11,7 +11,6 @@
#include "content/public/browser/web_ui_message_handler.h"
class ExtensionService;
-class GURL;
namespace content {
class WebUIDataSource;
@@ -38,9 +37,8 @@ class ExtensionSettingsHandler : public content::WebUIMessageHandler,
private:
// WebContentsObserver implementation.
- void DidStartNavigationToPendingEntry(
- const GURL& url,
- content::ReloadType reload_type) override;
+ void DidStartNavigation(
+ content::NavigationHandle* navigation_handle) override;
// WebUIMessageHandler implementation.
void RegisterMessages() override;
« no previous file with comments | « no previous file | chrome/browser/ui/webui/extensions/extension_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698