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

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: 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..1d84e5cc634ca37fd428caac0775ea0c702e6080 100644
--- a/components/arc/test/fake_app_instance.h
+++ b/components/arc/test/fake_app_instance.h
@@ -125,6 +125,9 @@ 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,
+ std::string* png_data_as_string);
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