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

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

Issue 2894883004: Removed IsNativeAppLauncherEnabled() experiment (Closed)
Patch Set: rebase Created 3 years, 7 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 075f848a416eda07391701c432525a96aa644fe6..11b86b881d1137928906448cd9a70bd684ace08f 100644
--- a/ios/chrome/browser/tabs/tab.h
+++ b/ios/chrome/browser/tabs/tab.h
@@ -26,7 +26,6 @@
@class FullScreenController;
@protocol FullScreenControllerDelegate;
class GURL;
-@class NativeAppNavigationController;
@class OpenInController;
@class OverscrollActionsController;
@protocol OverscrollActionsControllerDelegate;
@@ -289,9 +288,6 @@ extern NSString* const kProxyPassthroughHeaderValue;
// Called when the snapshot of the content will be taken.
- (void)willUpdateSnapshot;
-// Returns the NativeAppNavigationController for this tab.
-- (NativeAppNavigationController*)nativeAppNavigationController;
-
// Called when this tab is shown.
- (void)wasShown;

Powered by Google App Engine
This is Rietveld 408576698