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

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

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/test/fake_app_instance.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/test/fake_app_instance.cc
diff --git a/components/arc/test/fake_app_instance.cc b/components/arc/test/fake_app_instance.cc
index 1dadbc8c897dd08470c17f0a502668d99188e4b0..919d3937ebe10d6a669c0dccc193f8401526716a 100644
--- a/components/arc/test/fake_app_instance.cc
+++ b/components/arc/test/fake_app_instance.cc
@@ -211,9 +211,14 @@ void FakeAppInstance::SetTaskActive(int32_t task_id) {
void FakeAppInstance::CloseTask(int32_t task_id) {
}
-void FakeAppInstance::ShowPackageInfo(const mojo::String& package_name,
- const gfx::Rect& dimension_on_screen) {
-}
+void FakeAppInstance::ShowPackageInfoDeprecated(
+ const mojo::String& package_name,
+ const gfx::Rect& dimension_on_screen) {}
+
+void FakeAppInstance::ShowPackageInfoOnPage(
+ const mojo::String& package_name,
+ mojom::ShowPackageInfoPage page,
+ const gfx::Rect& dimension_on_screen) {}
void FakeAppInstance::SetNotificationsEnabled(const mojo::String& package_name,
bool enabled) {
« no previous file with comments | « components/arc/test/fake_app_instance.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698