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

Side by Side 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 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_PROFILES_PROFILE_HELPER_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_PROFILES_PROFILE_HELPER_H_
6 #define CHROME_BROWSER_CHROMEOS_PROFILES_PROFILE_HELPER_H_ 6 #define CHROME_BROWSER_CHROMEOS_PROFILES_PROFILE_HELPER_H_
7 7
8 #include <map> 8 #include <map>
9 #include <memory> 9 #include <memory>
10 #include <string> 10 #include <string>
(...skipping 13 matching lines...) Expand all
24 namespace base { 24 namespace base {
25 class FilePath; 25 class FilePath;
26 } 26 }
27 27
28 namespace extensions { 28 namespace extensions {
29 class ExtensionGarbageCollectorChromeOSUnitTest; 29 class ExtensionGarbageCollectorChromeOSUnitTest;
30 } 30 }
31 31
32 namespace arc { 32 namespace arc {
33 class SyncArcPackageHelper; 33 class SyncArcPackageHelper;
34 class ArcAppUninstallDialogViewBrowserTest;
34 } 35 }
35 36
36 namespace ash { 37 namespace ash {
37 namespace test { 38 namespace test {
38 class MultiUserWindowManagerChromeOSTest; 39 class MultiUserWindowManagerChromeOSTest;
39 } // namespace test 40 } // namespace test
40 } // namespace ash 41 } // namespace ash
41 42
42 namespace test { 43 namespace test {
43 class BrowserFinderChromeOSTest; 44 class BrowserFinderChromeOSTest;
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 friend class extensions::ExtensionGarbageCollectorChromeOSUnitTest; 158 friend class extensions::ExtensionGarbageCollectorChromeOSUnitTest;
158 friend class FakeChromeUserManager; 159 friend class FakeChromeUserManager;
159 friend class KioskTest; 160 friend class KioskTest;
160 friend class MockUserManager; 161 friend class MockUserManager;
161 friend class MultiProfileUserControllerTest; 162 friend class MultiProfileUserControllerTest;
162 friend class PrinterDetectorAppSearchEnabledTest; 163 friend class PrinterDetectorAppSearchEnabledTest;
163 friend class ProfileHelperTest; 164 friend class ProfileHelperTest;
164 friend class ProfileListChromeOSTest; 165 friend class ProfileListChromeOSTest;
165 friend class SessionStateDelegateChromeOSTest; 166 friend class SessionStateDelegateChromeOSTest;
166 friend class SystemTrayDelegateChromeOSTest; 167 friend class SystemTrayDelegateChromeOSTest;
168 friend class arc::ArcAppUninstallDialogViewBrowserTest;
167 friend class arc::SyncArcPackageHelper; 169 friend class arc::SyncArcPackageHelper;
168 friend class ash::test::MultiUserWindowManagerChromeOSTest; 170 friend class ash::test::MultiUserWindowManagerChromeOSTest;
169 friend class ::ArcAppTest; 171 friend class ::ArcAppTest;
170 friend class ::test::BrowserFinderChromeOSTest; 172 friend class ::test::BrowserFinderChromeOSTest;
171 173
172 // Called when signin profile is cleared. 174 // Called when signin profile is cleared.
173 void OnSigninProfileCleared(); 175 void OnSigninProfileCleared();
174 176
175 // BrowsingDataRemover::Observer implementation: 177 // BrowsingDataRemover::Observer implementation:
176 void OnBrowsingDataRemoverDone() override; 178 void OnBrowsingDataRemoverDone() override;
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 std::unique_ptr<FileFlusher> profile_flusher_; 236 std::unique_ptr<FileFlusher> profile_flusher_;
235 237
236 base::WeakPtrFactory<ProfileHelper> weak_factory_; 238 base::WeakPtrFactory<ProfileHelper> weak_factory_;
237 239
238 DISALLOW_COPY_AND_ASSIGN(ProfileHelper); 240 DISALLOW_COPY_AND_ASSIGN(ProfileHelper);
239 }; 241 };
240 242
241 } // namespace chromeos 243 } // namespace chromeos
242 244
243 #endif // CHROME_BROWSER_CHROMEOS_PROFILES_PROFILE_HELPER_H_ 245 #endif // CHROME_BROWSER_CHROMEOS_PROFILES_PROFILE_HELPER_H_
OLDNEW
« 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