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

Unified Diff: ios/chrome/browser/web/browsing_egtest.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/chrome/browser/ui/settings/block_popups_egtest.mm ('k') | ios/chrome/test/earl_grey/chrome_actions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/web/browsing_egtest.mm
diff --git a/ios/chrome/browser/web/browsing_egtest.mm b/ios/chrome/browser/web/browsing_egtest.mm
index ffa0d968276afd6399a14f14d84ff4d66fef895b..a134f5b1983d82db9f3f647d9ebba49ee8968832 100644
--- a/ios/chrome/browser/web/browsing_egtest.mm
+++ b/ios/chrome/browser/web/browsing_egtest.mm
@@ -605,7 +605,7 @@ id<GREYMatcher> GoButtonMatcher() {
web::WebState* currentWebState = chrome_test_util::GetCurrentWebState();
[[EarlGrey selectElementWithMatcher:web::WebViewInWebState(currentWebState)]
- performAction:web::webViewTapElement(currentWebState, ID)];
+ performAction:web::WebViewTapElement(currentWebState, ID)];
// Wait until the keyboard shows up before tapping.
GREYCondition* condition = [GREYCondition
« no previous file with comments | « ios/chrome/browser/ui/settings/block_popups_egtest.mm ('k') | ios/chrome/test/earl_grey/chrome_actions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698