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

Unified Diff: chrome/browser/chromeos/profiles/profile_helper.h

Issue 2529783002: arc: Implement uninstall confirmation dialog for Arc app. (Closed)
Patch Set: Clean up. Created 4 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/ui/BUILD.gn » ('j') | chrome/browser/ui/app_list/arc/arc_app_utils.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/profiles/profile_helper.h
diff --git a/chrome/browser/chromeos/profiles/profile_helper.h b/chrome/browser/chromeos/profiles/profile_helper.h
index e987403d705bdece444121e1722ab6203d273768..fceb15d3e8e8df3f4dccb6f93cf85f8b51902501 100644
--- a/chrome/browser/chromeos/profiles/profile_helper.h
+++ b/chrome/browser/chromeos/profiles/profile_helper.h
@@ -31,6 +31,7 @@ class ExtensionGarbageCollectorChromeOSUnitTest;
namespace arc {
class SyncArcPackageHelper;
+class ArcAppUninstallDialogViewBrowserTest;
}
namespace ash {
@@ -164,6 +165,7 @@ class ProfileHelper
friend class ProfileListChromeOSTest;
friend class SessionStateDelegateChromeOSTest;
friend class SystemTrayDelegateChromeOSTest;
+ friend class arc::ArcAppUninstallDialogViewBrowserTest;
friend class arc::SyncArcPackageHelper;
friend class ash::test::MultiUserWindowManagerChromeOSTest;
friend class ::ArcAppTest;
« no previous file with comments | « no previous file | chrome/browser/ui/BUILD.gn » ('j') | chrome/browser/ui/app_list/arc/arc_app_utils.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698