| 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..2ba396db7cc1c786b654ab7c44bc58ad23816355 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. It is an error to call this on anything except a
|
| +// prerender tab (where |isPrerenderTab| is set to YES).
|
| +- (void)discardPrerender;
|
| +
|
| @end
|
|
|
| #endif // IOS_CHROME_BROWSER_TABS_TAB_H_
|
|
|