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

Unified Diff: chrome/browser/ui/app_list/arc/arc_app_utils.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
Index: chrome/browser/ui/app_list/arc/arc_app_utils.h
diff --git a/chrome/browser/ui/app_list/arc/arc_app_utils.h b/chrome/browser/ui/app_list/arc/arc_app_utils.h
index de1a5b2e8562c222b0753959a3c7053ed4661eaa..2a8fbe3cb3360f3ac5592bd669a84afc62aa8e18 100644
--- a/chrome/browser/ui/app_list/arc/arc_app_utils.h
+++ b/chrome/browser/ui/app_list/arc/arc_app_utils.h
@@ -8,6 +8,7 @@
#include <string>
#include "base/callback.h"
+#include "components/arc/common/app.mojom.h"
#include "ui/gfx/geometry/rect.h"
namespace content {
@@ -57,8 +58,13 @@ void UninstallPackage(const std::string& package_name);
void RemoveCachedIcon(const std::string& icon_resource_id);
// Show package info for ARC package.
+// Deprecated. Use ShowPackageInfoOnPage.
bool ShowPackageInfo(const std::string& package_name);
+// Show package info for ARC package at the specified page.
+bool ShowPackageInfoOnPage(const std::string& package_name,
+ mojom::ShowPackageInfoPage page);
+
} // namespace arc
#endif // CHROME_BROWSER_UI_APP_LIST_ARC_ARC_APP_UTILS_H_
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service_views_browsertest.cc ('k') | chrome/browser/ui/app_list/arc/arc_app_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698