| Index: ios/chrome/test/earl_grey/chrome_actions.h
|
| diff --git a/ios/chrome/test/earl_grey/chrome_actions.h b/ios/chrome/test/earl_grey/chrome_actions.h
|
| index 4000ccdf01e9c78e3e8707940676427fefed11a3..53448a5f65ab97b94b31196ae7a7c3087b678ec9 100644
|
| --- a/ios/chrome/test/earl_grey/chrome_actions.h
|
| +++ b/ios/chrome/test/earl_grey/chrome_actions.h
|
| @@ -20,11 +20,6 @@ namespace chrome_test_util {
|
| id<GREYAction> LongPressElementForContextMenu(const std::string& element_id,
|
| bool triggers_context_menu);
|
|
|
| -// TODO(crbug.com/683432): Delete this once downstream code uses the correct
|
| -// format.
|
| -id<GREYAction> longPressElementForContextMenu(const std::string& element_id,
|
| - bool triggers_context_menu);
|
| -
|
| // Action to turn the switch of a CollectionViewSwitchCell to the given |on|
|
| // state.
|
| id<GREYAction> TurnCollectionViewSwitchOn(BOOL on);
|
|
|