Index: ios/chrome/browser/ui/commands/browser_commands.h |
diff --git a/ios/chrome/browser/ui/commands/browser_commands.h b/ios/chrome/browser/ui/commands/browser_commands.h |
index 26680fdcf649325abdf53a87c8f06c08b67c5fb2..b433454c710affc92bda19e00421b2a08b6021e8 100644 |
--- a/ios/chrome/browser/ui/commands/browser_commands.h |
+++ b/ios/chrome/browser/ui/commands/browser_commands.h |
@@ -24,6 +24,12 @@ |
// Reload the current web page |
- (void)reload; |
+// Show the share sheet for the current page. |
+- (void)sharePage; |
+ |
+// Bookmark the current page. |
+- (void)bookmarkPage; |
+ |
@end |
#endif // IOS_CHROME_BROWSER_UI_COMMANDS_BROWSER_COMMANDS_H_ |