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

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

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 | « ios/chrome/test/earl_grey/chrome_actions.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/earl_grey/chrome_actions.mm
diff --git a/ios/chrome/test/earl_grey/chrome_actions.mm b/ios/chrome/test/earl_grey/chrome_actions.mm
index 6c4eb6c1eb5097ebbd4f827dfd1db020bc1e55cf..229479a5201973c6a2e9bbf35e08a0168b9e21f0 100644
--- a/ios/chrome/test/earl_grey/chrome_actions.mm
+++ b/ios/chrome/test/earl_grey/chrome_actions.mm
@@ -22,11 +22,6 @@ id<GREYAction> LongPressElementForContextMenu(const std::string& element_id,
triggers_context_menu);
}
-id<GREYAction> longPressElementForContextMenu(const std::string& element_id,
- bool triggers_context_menu) {
- return LongPressElementForContextMenu(element_id, triggers_context_menu);
-}
-
id<GREYAction> TurnCollectionViewSwitchOn(BOOL on) {
id<GREYMatcher> constraints = grey_not(grey_systemAlertViewShown());
NSString* actionName =
« no previous file with comments | « ios/chrome/test/earl_grey/chrome_actions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698