| Index: ios/chrome/browser/tabs/tab_model.h
|
| diff --git a/ios/chrome/browser/tabs/tab_model.h b/ios/chrome/browser/tabs/tab_model.h
|
| index 0879a9c77582dd655258b48c936abe350b0d5306..10402a079b973928c80349253cdfd9381070ed7f 100644
|
| --- a/ios/chrome/browser/tabs/tab_model.h
|
| +++ b/ios/chrome/browser/tabs/tab_model.h
|
| @@ -240,9 +240,6 @@ NSUInteger const kTabPositionAutomatically = NSNotFound;
|
| // re-created to pick it up.
|
| - (void)resetAllWebViews;
|
|
|
| -// Sets whether the tab model can communicate with the web.
|
| -- (void)setWebUsageEnabled:(BOOL)webUsageEnabled;
|
| -
|
| // Sets whether the user is primarily interacting with this tab model.
|
| - (void)setPrimary:(BOOL)primary;
|
|
|
|
|