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

Unified Diff: components/arc/test/fake_app_instance.h

Issue 2858703002: arc: Support UNINSTALL_SHORTCUT (Closed)
Patch Set: typo fix Created 3 years, 8 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 | « components/arc/common/app.mojom ('k') | components/arc/test/fake_app_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/test/fake_app_instance.h
diff --git a/components/arc/test/fake_app_instance.h b/components/arc/test/fake_app_instance.h
index b4d5a29f7d335ef5065c69b9ee355a85957b388d..7eab7891450820d40d01e589d1908913e20428ac 100644
--- a/components/arc/test/fake_app_instance.h
+++ b/components/arc/test/fake_app_instance.h
@@ -127,7 +127,9 @@ class FakeAppInstance : public mojom::AppInstance {
std::string* png_data_as_string);
void GenerateAndSendBadIcon(const mojom::AppInfo& app,
mojom::ScaleFactor scale_factor);
- void SendInstallShortcut(const mojom::ShortcutInfo& shortcuts);
+ void SendInstallShortcut(const mojom::ShortcutInfo& shortcut);
+ void SendUninstallShortcut(const std::string& package_name,
+ const std::string& intent_uri);
void SendInstallShortcuts(const std::vector<mojom::ShortcutInfo>& shortcuts);
void SetTaskInfo(int32_t task_id,
const std::string& package_name,
« no previous file with comments | « components/arc/common/app.mojom ('k') | components/arc/test/fake_app_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698