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

Side by Side Diff: chrome/browser/chromeos/profiles/profile_helper.h

Issue 2809993004: cros: Implement cryptohome backend for pin.
Patch Set: Rebase, remove some extraneous LOG statements Created 3 years, 7 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 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 friend class policy::DeviceStatusCollectorTest; 161 friend class policy::DeviceStatusCollectorTest;
162 friend class ExistingUserControllerTest; 162 friend class ExistingUserControllerTest;
163 friend class extensions::ExtensionGarbageCollectorChromeOSUnitTest; 163 friend class extensions::ExtensionGarbageCollectorChromeOSUnitTest;
164 friend class FakeChromeUserManager; 164 friend class FakeChromeUserManager;
165 friend class KioskTest; 165 friend class KioskTest;
166 friend class MockUserManager; 166 friend class MockUserManager;
167 friend class MultiProfileUserControllerTest; 167 friend class MultiProfileUserControllerTest;
168 friend class PrinterDetectorAppSearchEnabledTest; 168 friend class PrinterDetectorAppSearchEnabledTest;
169 friend class ProfileHelperTest; 169 friend class ProfileHelperTest;
170 friend class ProfileListChromeOSTest; 170 friend class ProfileListChromeOSTest;
171 friend class QuickUnlockPrivateUnitTest;
171 friend class SystemTrayDelegateChromeOSTest; 172 friend class SystemTrayDelegateChromeOSTest;
172 friend class ash::test::MultiUserWindowManagerChromeOSTest; 173 friend class ash::test::MultiUserWindowManagerChromeOSTest;
173 friend class arc::ArcActiveDirectoryEnrollmentTokenFetcherBrowserTest; 174 friend class arc::ArcActiveDirectoryEnrollmentTokenFetcherBrowserTest;
174 friend class ::ArcAppTest; 175 friend class ::ArcAppTest;
175 friend class ::SessionControllerClientTest; 176 friend class ::SessionControllerClientTest;
176 friend class ::test::BrowserFinderChromeOSTest; 177 friend class ::test::BrowserFinderChromeOSTest;
177 178
178 // Called when signin profile is cleared. 179 // Called when signin profile is cleared.
179 void OnSigninProfileCleared(); 180 void OnSigninProfileCleared();
180 181
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 std::unique_ptr<FileFlusher> profile_flusher_; 241 std::unique_ptr<FileFlusher> profile_flusher_;
241 242
242 base::WeakPtrFactory<ProfileHelper> weak_factory_; 243 base::WeakPtrFactory<ProfileHelper> weak_factory_;
243 244
244 DISALLOW_COPY_AND_ASSIGN(ProfileHelper); 245 DISALLOW_COPY_AND_ASSIGN(ProfileHelper);
245 }; 246 };
246 247
247 } // namespace chromeos 248 } // namespace chromeos
248 249
249 #endif // CHROME_BROWSER_CHROMEOS_PROFILES_PROFILE_HELPER_H_ 250 #endif // CHROME_BROWSER_CHROMEOS_PROFILES_PROFILE_HELPER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698