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 2772723006: Do not suppress HTTP Authenticaiton in WebController. (Closed)
Patch Set: Self review 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/ui/browser_view_controller.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 13a84a74ae97722112d08cae8e0bd04a46faa695..93e3621894ad513371d3b597485fe3459619822d 100644
--- a/ios/chrome/browser/tabs/tab.h
+++ b/ios/chrome/browser/tabs/tab.h
@@ -349,6 +349,10 @@ extern NSString* const kProxyPassthroughHeaderValue;
// Evaluates U2F result.
- (void)evaluateU2FResultFromURL:(const GURL&)url;
+// Cancels prerendering. Can be called only for prerender tabs (where
marq (ping after 24h) 2017/03/27 13:00:13 Can you clarify how the 'can only be called for pr
Eugene But (OOO till 7-30) 2017/03/27 16:46:50 It is enforced via DCHECK like in other invariant
marq (ping after 24h) 2017/03/27 17:04:30 I was mostly looking for a clearer statement in th
Eugene But (OOO till 7-30) 2017/03/27 17:19:07 Thanks for clarification. Done.
+// |isPrerenderTab| is set to YES).
+- (void)discardPrerender;
+
@end
#endif // IOS_CHROME_BROWSER_TABS_TAB_H_
« no previous file with comments | « no previous file | ios/chrome/browser/ui/browser_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698