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

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: 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.h
diff --git a/components/arc/test/fake_app_instance.h b/components/arc/test/fake_app_instance.h
index cfc7bbe1bfa54fcefe42f0bbd20be33cdbffced0..0383517bbc93847b19be17bdc3bb1ebfb934e26b 100644
--- a/components/arc/test/fake_app_instance.h
+++ b/components/arc/test/fake_app_instance.h
@@ -86,6 +86,9 @@ class FakeAppInstance : public mojom::AppInstance {
void CloseTask(int32_t task_id) override;
void ShowPackageInfo(const mojo::String& package_name,
const gfx::Rect& dimension_on_screen) override;
+ void ShowPackageInfoOnPage(const mojo::String& package_name,
+ mojom::ShowPackageInfoPage page,
Yusuke Sato 2016/06/20 05:00:26 wrong indent?
mtomasz 2016/06/20 05:14:58 Done.
+ const gfx::Rect& dimension_on_screen) override;
void SetNotificationsEnabled(const mojo::String& package_name,
bool enabled) override;

Powered by Google App Engine
This is Rietveld 408576698