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

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

Issue 2074543003: ARC: Add a link to "Manage supported links" in the Chrome app info dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes. Created 4 years, 6 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 8cc637a2428e99054325b47c65de359daa76a44c..e3b220cd34ea1fc2b8b2f5a0a1e74e2a6e707da3 100644
--- a/components/arc/test/fake_app_instance.h
+++ b/components/arc/test/fake_app_instance.h
@@ -108,8 +108,11 @@ class FakeAppInstance : public mojom::AppInstance {
const GetTaskInfoCallback& callback) override;
void SetTaskActive(int32_t task_id) override;
void CloseTask(int32_t task_id) override;
- void ShowPackageInfo(const mojo::String& package_name,
- const gfx::Rect& dimension_on_screen) override;
+ void ShowPackageInfoDeprecated(const mojo::String& package_name,
+ const gfx::Rect& dimension_on_screen) override;
+ void ShowPackageInfoOnPage(const mojo::String& package_name,
+ mojom::ShowPackageInfoPage page,
+ const gfx::Rect& dimension_on_screen) override;
void SetNotificationsEnabled(const mojo::String& package_name,
bool enabled) override;
void InstallPackage(mojom::ArcPackageInfoPtr arcPackageInfo) override;
« 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