Index: ios/web/public/web_state/context_menu_params.h |
diff --git a/ios/web/public/web_state/context_menu_params.h b/ios/web/public/web_state/context_menu_params.h |
index 246bc8afbcdac78ca667f0116adb8e526a172aa8..9c793f5a2b6ba6bac3e18fd72f1364bb9a5f3350 100644 |
--- a/ios/web/public/web_state/context_menu_params.h |
+++ b/ios/web/public/web_state/context_menu_params.h |
@@ -38,6 +38,10 @@ struct ContextMenuParams { |
// The location in |view| to present the menu. |
CGPoint location; |
+ |
+ // The text associated with the link. It is either nil or nonempty (it can not |
+ // be empty). |
+ base::scoped_nsobject<NSString> link_text; |
}; |
} // namespace web |