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

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

Issue 2779383002: implement user agent override option. (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 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 2ba396db7cc1c786b654ab7c44bc58ad23816355..7d8fd8adcff9312ea33a4e6502ce39ea33505b11 100644
--- a/ios/chrome/browser/tabs/tab.h
+++ b/ios/chrome/browser/tabs/tab.h
@@ -285,10 +285,6 @@ extern NSString* const kProxyPassthroughHeaderValue;
// current content.
- (void)switchToReaderMode;
-// Update internal state to use the desktop user agent. Must call
-// -reloadWebViewAndURL for changes to take effect.
-- (void)enableDesktopUserAgent;
-
// Remove the UIWebView and reload the current url. Used by request desktop
// so the updated user agent is used.
- (void)reloadForDesktopUserAgent;
« 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