Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(271)

Unified Diff: ios/chrome/test/earl_grey/chrome_actions.h

Issue 2772113003: Delete non-Chromium style custom GREYAction. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/chrome/test/earl_grey/chrome_actions.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | ios/chrome/test/earl_grey/chrome_actions.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698