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

Side by Side Diff: ios/chrome/browser/tabs/tab_private.h

Issue 2724103005: Remove Tab -currentNavigationItem. (Closed)
Patch Set: Rebase. Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « ios/chrome/browser/tabs/tab.mm ('k') | ios/web/web_state/ui/crw_web_controller.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef IOS_CHROME_BROWSER_TABS_TAB_PRIVATE_H_ 5 #ifndef IOS_CHROME_BROWSER_TABS_TAB_PRIVATE_H_
6 #define IOS_CHROME_BROWSER_TABS_TAB_PRIVATE_H_ 6 #define IOS_CHROME_BROWSER_TABS_TAB_PRIVATE_H_
7 7
8 #include "ios/net/request_tracker.h" 8 #include "ios/net/request_tracker.h"
9 9
10 namespace web { 10 namespace web {
11 class NavigationItem; 11 class NavigationItem;
12 class WebStateImpl; 12 class WebStateImpl;
13 } 13 }
14 14
15 // Exposed private methods for testing purpose. 15 // Exposed private methods for testing purpose.
16 @interface Tab () 16 @interface Tab ()
17 17
18 - (OpenInController*)openInController; 18 - (OpenInController*)openInController;
19 - (void)closeThisTab; 19 - (void)closeThisTab;
20 - (web::NavigationItem*)currentNavigationItem;
21 - (void)setShouldObserveInfoBarManager:(BOOL)shouldObserveInfoBarManager; 20 - (void)setShouldObserveInfoBarManager:(BOOL)shouldObserveInfoBarManager;
22 - (void)setShouldObserveFaviconChanges:(BOOL)shouldObserveFaviconChanges; 21 - (void)setShouldObserveFaviconChanges:(BOOL)shouldObserveFaviconChanges;
23 22
24 @end 23 @end
25 24
26 @interface Tab (TestingSupport) 25 @interface Tab (TestingSupport)
27 26
28 // Replaces the existing |externalAppLauncher_|. 27 // Replaces the existing |externalAppLauncher_|.
29 - (void)replaceExternalAppLauncher:(id)externalAppLauncher; 28 - (void)replaceExternalAppLauncher:(id)externalAppLauncher;
30 29
31 - (TabModel*)parentTabModel; 30 - (TabModel*)parentTabModel;
32 31
33 - (FormInputAccessoryViewController*)inputAccessoryViewController; 32 - (FormInputAccessoryViewController*)inputAccessoryViewController;
34 33
35 @end 34 @end
36 35
37 #endif // IOS_CHROME_BROWSER_TABS_TAB_PRIVATE_H_ 36 #endif // IOS_CHROME_BROWSER_TABS_TAB_PRIVATE_H_
OLDNEW
« no previous file with comments | « ios/chrome/browser/tabs/tab.mm ('k') | ios/web/web_state/ui/crw_web_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698