| 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 766eeeb64a451ff8e490bf4bb26cb93aacd590ac..fa528dea0a93b6cba522e880c09ad8450c8d23a6 100644
|
| --- a/ios/chrome/browser/tabs/tab_model.h
|
| +++ b/ios/chrome/browser/tabs/tab_model.h
|
| @@ -242,6 +242,7 @@ NSUInteger const kTabPositionAutomatically = NSNotFound;
|
|
|
| // Notifies observers that the given |tab| was changed.
|
| - (void)notifyTabChanged:(Tab*)tab;
|
| +
|
| // Notifies observers that the snapshot for the given |tab| changed was changed
|
| // to |image|.
|
| - (void)notifyTabSnapshotChanged:(Tab*)tab withImage:(UIImage*)image;
|
|
|