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

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

Issue 2763753003: [Merge To M58]Fix Default icon issue when cached icon file is corrupted. (Closed)
Patch Set: Rebase. Created 3 years, 9 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 | « chrome/browser/ui/app_list/arc/arc_app_unittest.cc ('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 4557cad5739472ace60ddaf2bfd3100ae6dabe07..b4d5a29f7d335ef5065c69b9ee355a85957b388d 100644
--- a/components/arc/test/fake_app_instance.h
+++ b/components/arc/test/fake_app_instance.h
@@ -125,6 +125,8 @@ class FakeAppInstance : public mojom::AppInstance {
bool GenerateAndSendIcon(const mojom::AppInfo& app,
mojom::ScaleFactor scale_factor,
std::string* png_data_as_string);
+ void GenerateAndSendBadIcon(const mojom::AppInfo& app,
+ mojom::ScaleFactor scale_factor);
void SendInstallShortcut(const mojom::ShortcutInfo& shortcuts);
void SendInstallShortcuts(const std::vector<mojom::ShortcutInfo>& shortcuts);
void SetTaskInfo(int32_t task_id,
« no previous file with comments | « chrome/browser/ui/app_list/arc/arc_app_unittest.cc ('k') | components/arc/test/fake_app_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698