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

Unified Diff: ios/web/shell/test/earl_grey/shell_actions.mm

Issue 2777463002: Make custom GREYAction methods Chromium C-Style. (Closed)
Patch Set: more c-style 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/web/shell/test/earl_grey/shell_actions.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/test/earl_grey/shell_actions.mm
diff --git a/ios/web/shell/test/earl_grey/shell_actions.mm b/ios/web/shell/test/earl_grey/shell_actions.mm
index 3bf9ef6a341998fa7d459b4b9f7d0a0783472f37..55f8722ad5ca96ed64c14d4c1c3f24e009be11ef 100644
--- a/ios/web/shell/test/earl_grey/shell_actions.mm
+++ b/ios/web/shell/test/earl_grey/shell_actions.mm
@@ -13,9 +13,9 @@
namespace web {
-id<GREYAction> longPressElementForContextMenu(const std::string& element_id,
+id<GREYAction> LongPressElementForContextMenu(const std::string& element_id,
bool triggers_context_menu) {
- return webViewLongPressElementForContextMenu(
+ return WebViewLongPressElementForContextMenu(
shell_test_util::GetCurrentWebState(), element_id, triggers_context_menu);
}
« no previous file with comments | « ios/web/shell/test/earl_grey/shell_actions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698