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

Unified Diff: ios/clean/chrome/browser/ui/tab/tab_container_view_controller.h

Issue 2737563006: [ios] Adds support for Find in Page to the new architecture. (Closed)
Patch Set: Fix GN. 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/clean/chrome/browser/ui/tab/tab_container_view_controller.h
diff --git a/ios/clean/chrome/browser/ui/tab/tab_container_view_controller.h b/ios/clean/chrome/browser/ui/tab/tab_container_view_controller.h
index 372d108e6d163b9704ff0ec2dc5dc928cc175b44..b2039ea80b9532f566094a1b63e6f71d6ae6a61b 100644
--- a/ios/clean/chrome/browser/ui/tab/tab_container_view_controller.h
+++ b/ios/clean/chrome/browser/ui/tab/tab_container_view_controller.h
@@ -31,6 +31,11 @@
// width of the tab.
@property(nonatomic, strong) UIViewController* tabStripViewController;
+// View controller showing the find bar. The location of this controller's view
+// is determined by size class and device type. May be nil if the find bar is
+// currently closed.
+@property(nonatomic, strong) UIViewController* findBarViewController;
+
@end
// Tab container which positions the toolbar at the top.
« no previous file with comments | « ios/clean/chrome/browser/ui/tab/BUILD.gn ('k') | ios/clean/chrome/browser/ui/tab/tab_container_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698