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

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

Issue 2749973002: arc: Fix Default icon issue when cached icon file is corrupted. (Closed)
Patch Set: Address comments. 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
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,

Powered by Google App Engine
This is Rietveld 408576698