[Sharing] Created Command for QR Code Generation Activity.
This command will be invoked by the QR code activity from the
activity service, and will be in charge of starting up a
QRCodeCoordinator.
Bug: 1064990
Change-Id: Ib0a98c0e51c1df901176dbb304e77ca4d52591e9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2122480
Commit-Queue: Sebastien Lalancette <[email protected]>
Reviewed-by: Mark Cogan <[email protected]>
Cr-Commit-Position: refs/heads/master@{#754035}
diff --git a/ios/chrome/browser/ui/commands/BUILD.gn b/ios/chrome/browser/ui/commands/BUILD.gn
index afeaa76..3e2893b 100644
--- a/ios/chrome/browser/ui/commands/BUILD.gn
+++ b/ios/chrome/browser/ui/commands/BUILD.gn
@@ -14,6 +14,8 @@
"command_dispatcher.h",
"command_dispatcher.mm",
"find_in_page_commands.h",
+ "generate_qr_code_command.h",
+ "generate_qr_code_command.mm",
"infobar_commands.h",
"load_query_commands.h",
"omnibox_suggestion_commands.h",
@@ -22,6 +24,7 @@
"page_info_commands.h",
"password_breach_commands.h",
"popup_menu_commands.h",
+ "qr_generation_commands.h",
"qr_scanner_commands.h",
"reading_list_add_command.h",
"reading_list_add_command.mm",