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

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

Issue 2894883004: Removed IsNativeAppLauncherEnabled() experiment (Closed)
Patch Set: rebase Created 3 years, 6 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/resources/Settings.bundle/Experimental.plist ('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 b7a857b2a38038f868f05d86f5f4057489a253ab..a768a15d8255623d0afc3e5e3e4fd32cdf92d3d4 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;
@@ -284,9 +283,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;
« no previous file with comments | « ios/chrome/browser/resources/Settings.bundle/Experimental.plist ('k') | ios/chrome/browser/tabs/tab.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698