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

Unified Diff: ios/chrome/browser/tabs/tab.h

Issue 2654433007: [ios] Moves find-in-page code out of Tab and into FindTabHelper. (Closed)
Patch Set: Review. Created 3 years, 10 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/find_in_page/find_tab_helper_unittest.mm ('k') | ios/chrome/browser/tabs/tab.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/tabs/tab.h
diff --git a/ios/chrome/browser/tabs/tab.h b/ios/chrome/browser/tabs/tab.h
index a383a87ba0cd2bdafa4ba6a12d13f9ef73ae869e..f65e1ea44d10143f57de08e99dbaac65e6f0e369 100644
--- a/ios/chrome/browser/tabs/tab.h
+++ b/ios/chrome/browser/tabs/tab.h
@@ -22,7 +22,6 @@
@class CRWSessionEntry;
@class CRWWebController;
@class ExternalAppLauncher;
-@class FindInPageController;
@class FormInputAccessoryViewController;
@class FullScreenController;
@protocol FullScreenControllerDelegate;
@@ -285,9 +284,6 @@ extern NSString* const kProxyPassthroughHeaderValue;
// so the updated user agent is used.
- (void)reloadForDesktopUserAgent;
-// Accessor for Find in Page Controller.
-- (FindInPageController*)findInPageController;
-
// Ensures the toolbar visibility matches |visible|.
- (void)updateFullscreenWithToolbarVisible:(BOOL)visible;
« no previous file with comments | « ios/chrome/browser/find_in_page/find_tab_helper_unittest.mm ('k') | ios/chrome/browser/tabs/tab.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698