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

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

Issue 2787593002: [ios] Clean up uses of private web API. (Closed)
Patch Set: Address comments (add TODO). Created 3 years, 8 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 | « no previous file | 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 8d6b1ce2c1e91cf72efaf2c5ab4bd5ada5110ebb..ddc417fb6f0a1c3c6c5fdf8bc801d57196a69fb9 100644
--- a/ios/chrome/browser/tabs/tab.h
+++ b/ios/chrome/browser/tabs/tab.h
@@ -18,7 +18,6 @@
@class AutofillController;
@class AutoReloadBridge;
@class CastController;
-@protocol CRWNativeContentProvider;
@class CRWWebController;
@class ExternalAppLauncher;
@class FormInputAccessoryViewController;
@@ -172,10 +171,6 @@ extern NSString* const kProxyPassthroughHeaderValue;
// Replace the content of the tab with the content described by |SessionTab|.
- (void)loadSessionTab:(const sessions::SessionTab*)sessionTab;
-// Stop the page loading.
-// Equivalent to the user pressing 'stop', or a window.stop() command.
-- (void)stopLoading;
-
// Triggers the asynchronous loading of the tab's favicon. This will be done
// automatically when a page loads, but this can be used to trigger favicon
// fetch earlier (e.g., for a tab that will be shown without loading).
@@ -288,9 +283,6 @@ extern NSString* const kProxyPassthroughHeaderValue;
// Called when the snapshot of the content will be taken.
- (void)willUpdateSnapshot;
-// Enables or disables usage of web views inside the Tab.
-- (void)setWebUsageEnabled:(BOOL)webUsageEnabled;
-
// Returns the NativeAppNavigationController for this tab.
- (NativeAppNavigationController*)nativeAppNavigationController;
« no previous file with comments | « no previous file | ios/chrome/browser/tabs/tab.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698