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

Unified Diff: ios/shared/chrome/browser/ui/omnibox/location_bar_delegate.h

Issue 2761343002: [ios] Adds LocationBarCoordinator. (Closed)
Patch Set: Rebased. Created 3 years, 8 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/shared/chrome/browser/ui/omnibox/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/shared/chrome/browser/ui/omnibox/location_bar_delegate.h
diff --git a/ios/shared/chrome/browser/ui/omnibox/location_bar_delegate.h b/ios/shared/chrome/browser/ui/omnibox/location_bar_delegate.h
index b61567a367fb4330ac86338592877c651bf99886..7c86a1ceeeb313e481fdfb5d7e2f2deeda483883 100644
--- a/ios/shared/chrome/browser/ui/omnibox/location_bar_delegate.h
+++ b/ios/shared/chrome/browser/ui/omnibox/location_bar_delegate.h
@@ -7,12 +7,15 @@
#import <Foundation/Foundation.h>
+#include "ui/base/page_transition_types.h"
+
+class GURL;
+class ToolbarModel;
+
namespace web {
class WebState;
}
-class ToolbarModel;
-
// Delegate for LocationBarController objects. Used to provide the location bar
// a way to open URLs and otherwise interact with the browser.
@protocol LocationBarDelegate
« no previous file with comments | « ios/shared/chrome/browser/ui/omnibox/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698