| Index: ios/chrome/browser/tabs/tab.h
|
| diff --git a/ios/chrome/browser/tabs/tab.h b/ios/chrome/browser/tabs/tab.h
|
| index f1e97728c069646fd11ee36debd62777fc72ace6..ac4e482da68c2bd0d8427f68ffd3905f48f1f0e7 100644
|
| --- a/ios/chrome/browser/tabs/tab.h
|
| +++ b/ios/chrome/browser/tabs/tab.h
|
| @@ -202,9 +202,6 @@ extern NSString* const kProxyPassthroughHeaderValue;
|
| // Replace the content of the tab with the content described by |SessionTab|.
|
| - (void)loadSessionTab:(const sessions::SessionTab*)sessionTab;
|
|
|
| -// Evaluate JavaScript asynchronously in the tab.
|
| -- (void)openJavascript:(NSString*)javascript;
|
| -
|
| // Stop the page loading.
|
| // Equivalent to the user pressing 'stop', or a window.stop() command.
|
| - (void)stopLoading;
|
|
|