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

Unified Diff: ios/web/shell/view_controller.mm

Issue 2275303004: Context menu egtests, plus related utilities. (Closed)
Patch Set: Review feedback plus some fixes and tweaks. Created 4 years, 4 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
Index: ios/web/shell/view_controller.mm
diff --git a/ios/web/shell/view_controller.mm b/ios/web/shell/view_controller.mm
index 418fd15039120d1f05bf357a37a8876e19791358..d49cb54c93c3d90e30adddcb73567fb0bef90f87 100644
--- a/ios/web/shell/view_controller.mm
+++ b/ios/web/shell/view_controller.mm
@@ -313,7 +313,7 @@ using web::NavigationManager;
};
[[UIPasteboard generalPasteboard] setItems:@[ item ]];
};
- [alert addAction:[UIAlertAction actionWithTitle:@"Copy"
+ [alert addAction:[UIAlertAction actionWithTitle:@"Copy Link"
style:UIAlertActionStyleDefault
handler:handler]];

Powered by Google App Engine
This is Rietveld 408576698