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

Unified Diff: ios/chrome/browser/ui/omnibox/page_info_view_controller.h

Issue 2965963002: [ios] Remove IDC_STOP and IDC_RELOAD
Patch Set: Rebased. Created 3 years, 5 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: ios/chrome/browser/ui/omnibox/page_info_view_controller.h
diff --git a/ios/chrome/browser/ui/omnibox/page_info_view_controller.h b/ios/chrome/browser/ui/omnibox/page_info_view_controller.h
index 50fb2307bc1ec7a0e7d1955cdf0cca3b94f3b2dc..a64984d20986f4e7a3271aca662831b6642f4500 100644
--- a/ios/chrome/browser/ui/omnibox/page_info_view_controller.h
+++ b/ios/chrome/browser/ui/omnibox/page_info_view_controller.h
@@ -15,6 +15,7 @@
#import "ios/chrome/browser/ui/popup_menu/popup_menu_controller.h"
@class BidiContainerView;
+@protocol BrowserCommands;
class PageInfoModel;
// TODO(crbug.com/227827) Merge 178763: PageInfoModel has been removed in
@@ -30,6 +31,9 @@ class PageInfoModel;
sourceFrame:(CGRect)source
parentView:(UIView*)parent;
+// Dispatcher for browser commands.
+@property(nonatomic, weak) id<BrowserCommands> dispatcher;
+
// Dismisses the view.
- (void)dismiss;
« no previous file with comments | « ios/chrome/browser/ui/key_commands_provider.mm ('k') | ios/chrome/browser/ui/omnibox/page_info_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698