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

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: Null checks Created 3 years, 11 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/tabs/tab.h
diff --git a/ios/chrome/browser/tabs/tab.h b/ios/chrome/browser/tabs/tab.h
index a68fdd73536009108eddd589f4b154d026ef264f..a57f83041837940a14e00596e00ffa1731f702ec 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;
@@ -279,9 +278,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;

Powered by Google App Engine
This is Rietveld 408576698