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

Side by Side Diff: chrome/browser/prefs/profile_pref_store_manager.h

Issue 2856083002: Pref service: support for incognito prefs (Closed)
Patch Set: Rebase 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_PREFS_PROFILE_PREF_STORE_MANAGER_H_ 5 #ifndef CHROME_BROWSER_PREFS_PROFILE_PREF_STORE_MANAGER_H_
6 #define CHROME_BROWSER_PREFS_PROFILE_PREF_STORE_MANAGER_H_ 6 #define CHROME_BROWSER_PREFS_PROFILE_PREF_STORE_MANAGER_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 9
10 #include <memory> 10 #include <memory>
11 #include <string> 11 #include <string>
12 #include <vector> 12 #include <vector>
13 13
14 #include "base/files/file_path.h" 14 #include "base/files/file_path.h"
15 #include "base/macros.h" 15 #include "base/macros.h"
16 #include "base/memory/ref_counted.h" 16 #include "base/memory/ref_counted.h"
17 #include "services/preferences/public/interfaces/preferences_configuration.mojom .h" 17 #include "services/preferences/public/interfaces/preferences.mojom.h"
18 #include "services/preferences/public/interfaces/tracked_preference_validation_d elegate.mojom.h" 18 #include "services/preferences/public/interfaces/tracked_preference_validation_d elegate.mojom.h"
19 19
20 class PersistentPrefStore; 20 class PersistentPrefStore;
21 class PrefRegistry; 21 class PrefRegistry;
22 class PrefService; 22 class PrefService;
23 23
24 namespace base { 24 namespace base {
25 class DictionaryValue; 25 class DictionaryValue;
26 class SequencedWorkerPool; 26 class SequencedWorkerPool;
27 } // namespace base 27 } // namespace base
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 prefs::mojom::TrackedPreferenceValidationDelegatePtr validation_delegate); 119 prefs::mojom::TrackedPreferenceValidationDelegatePtr validation_delegate);
120 120
121 const base::FilePath profile_path_; 121 const base::FilePath profile_path_;
122 const std::string seed_; 122 const std::string seed_;
123 const std::string legacy_device_id_; 123 const std::string legacy_device_id_;
124 124
125 DISALLOW_COPY_AND_ASSIGN(ProfilePrefStoreManager); 125 DISALLOW_COPY_AND_ASSIGN(ProfilePrefStoreManager);
126 }; 126 };
127 127
128 #endif // CHROME_BROWSER_PREFS_PROFILE_PREF_STORE_MANAGER_H_ 128 #endif // CHROME_BROWSER_PREFS_PROFILE_PREF_STORE_MANAGER_H_
OLDNEW
« no previous file with comments | « chrome/browser/prefs/active_profile_pref_service.cc ('k') | components/prefs/pref_value_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698