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

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: I had a tough morning. Now fixed builds. 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
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 b44396bee77c71f8dd71b065528bbd6fcb17862c..36423196c1db817758cd5f916a2d2b4cf7d80a3a 100644
--- a/components/arc/test/fake_app_instance.cc
+++ b/components/arc/test/fake_app_instance.cc
@@ -172,6 +172,11 @@ void FakeAppInstance::ShowPackageInfo(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) {
}
« components/arc/test/fake_app_instance.h ('K') | « 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