| 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_
|
|
|