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

Unified Diff: ios/chrome/browser/ui/toolbar/web_toolbar_controller_private.h

Issue 2796793003: [ios] Adds a LocationBarController interface. (Closed)
Patch Set: 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
Index: ios/chrome/browser/ui/toolbar/web_toolbar_controller_private.h
diff --git a/ios/chrome/browser/ui/toolbar/web_toolbar_controller_private.h b/ios/chrome/browser/ui/toolbar/web_toolbar_controller_private.h
index 903500991e08112de7439afb86254746fcc298c9..a0aabfedc9f9eeba329e5b6d7e6a433e9cecf594 100644
--- a/ios/chrome/browser/ui/toolbar/web_toolbar_controller_private.h
+++ b/ios/chrome/browser/ui/toolbar/web_toolbar_controller_private.h
@@ -7,6 +7,12 @@
#import "ios/chrome/browser/ui/toolbar/web_toolbar_controller.h"
sdefresne 2017/04/04 13:58:16 Should go below <> import/includes.
rohitrao (ping after 24h) 2017/04/04 14:32:29 Done.
+#import <CoreGraphics/CoreGraphics.h>
+
+#include <string>
+
+@class OmniboxTextFieldIOS;
+
// Private methods for unit tests.
@interface WebToolbarController (Testing)
- (BOOL)isForwardButtonEnabled;

Powered by Google App Engine
This is Rietveld 408576698