| 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 353c1cddfea08cbfdade2f8728a6aa327c91d6a4..c2ade2364a11512d0d02d30dfa070aab43715674 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 {
|
| @@ -54,8 +55,13 @@ bool CanHandleResolution(content::BrowserContext* context,
|
| void UninstallPackage(const std::string& package_name);
|
|
|
| // 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_
|
|
|