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

Unified Diff: ios/web/navigation/navigation_manager_delegate.h

Issue 2741413007: Refactoring Reload in NavigationManager and CRWWebController. (Closed)
Patch Set: Addressed high level comments Created 3 years, 9 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 | « ios/chrome/browser/ui/browser_view_controller.mm ('k') | ios/web/navigation/navigation_manager_impl.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/navigation/navigation_manager_delegate.h
diff --git a/ios/web/navigation/navigation_manager_delegate.h b/ios/web/navigation/navigation_manager_delegate.h
index 6aee6c4f0a98f0b00d4ed8210fcdc9e0282f518d..0de837a4199a3c9cd7172a711bfdde1f946bf8ce 100644
--- a/ios/web/navigation/navigation_manager_delegate.h
+++ b/ios/web/navigation/navigation_manager_delegate.h
@@ -9,6 +9,8 @@
#import "ios/web/public/navigation_manager.h"
+@class CRWWebController;
+
namespace web {
struct LoadCommittedDetails;
@@ -39,6 +41,9 @@ class NavigationManagerDelegate {
// Returns the WebState associated with this delegate.
virtual WebState* GetWebState() = 0;
+
+ // Returns the CRWWebController associated with this delegate.
+ virtual CRWWebController* GetWebController() = 0;
kkhorimoto 2017/03/15 17:16:12 This is no longer needed, right?
liaoyuke 2017/03/15 17:32:39 Done.
};
} // namespace web
« no previous file with comments | « ios/chrome/browser/ui/browser_view_controller.mm ('k') | ios/web/navigation/navigation_manager_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698