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

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

Issue 2796793003: [ios] Adds a LocationBarController interface. (Closed)
Patch Set: Review. 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/chrome/browser/ui/toolbar/web_toolbar_controller.mm ('k') | ios/shared/chrome/browser/ui/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..9f058faeed38d8c1dd8d0fa23499dedaeec6bb5b 100644
--- a/ios/chrome/browser/ui/toolbar/web_toolbar_controller_private.h
+++ b/ios/chrome/browser/ui/toolbar/web_toolbar_controller_private.h
@@ -5,8 +5,14 @@
#ifndef IOS_CHROME_BROWSER_UI_TOOLBAR_WEB_TOOLBAR_CONTROLLER_PRIVATE_H_
#define IOS_CHROME_BROWSER_UI_TOOLBAR_WEB_TOOLBAR_CONTROLLER_PRIVATE_H_
+#import <CoreGraphics/CoreGraphics.h>
+
+#include <string>
+
#import "ios/chrome/browser/ui/toolbar/web_toolbar_controller.h"
+@class OmniboxTextFieldIOS;
+
// Private methods for unit tests.
@interface WebToolbarController (Testing)
- (BOOL)isForwardButtonEnabled;
« no previous file with comments | « ios/chrome/browser/ui/toolbar/web_toolbar_controller.mm ('k') | ios/shared/chrome/browser/ui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698