|
|
Pref service: support for incognito prefs
Works by adding another read-only pref store type, with lower priority than the
user store, that connects to the user store of the underlying profile.
preferences.mojom and preferences_configuration.mojom had to be merged as they
would cause a circular import otherwise.
BUG= 654988
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+239 lines, -101 lines) |
Patch |
 |
M |
chrome/browser/prefs/active_profile_pref_service.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/active_profile_pref_service.cc
|
View
|
1
2
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/profile_pref_store_manager.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/prefs/pref_value_store.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/sync_preferences/pref_service_syncable_factory.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
services/preferences/persistent_pref_store_factory.cc
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
services/preferences/persistent_pref_store_impl.h
|
View
|
1
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/preferences/persistent_pref_store_impl.cc
|
View
|
1
2
3
|
5 chunks |
+64 lines, -21 lines |
0 comments
|
Download
|
 |
M |
services/preferences/pref_store_manager_impl.h
|
View
|
1
|
3 chunks |
+15 lines, -3 lines |
0 comments
|
Download
|
 |
M |
services/preferences/pref_store_manager_impl.cc
|
View
|
1
2
3
4
|
8 chunks |
+53 lines, -7 lines |
0 comments
|
Download
|
 |
M |
services/preferences/public/cpp/preferences_struct_traits.cc
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
services/preferences/public/cpp/tracked/configuration.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
services/preferences/public/cpp/tracked/mock_validation_delegate.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
services/preferences/public/interfaces/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/preferences/public/interfaces/preferences.mojom
|
View
|
1
|
4 chunks |
+70 lines, -1 line |
0 comments
|
Download
|
 |
D |
services/preferences/public/interfaces/preferences_configuration.mojom
|
View
|
|
1 chunk |
+0 lines, -62 lines |
0 comments
|
Download
|
 |
M |
services/preferences/tracked/pref_hash_filter.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
services/preferences/tracked/tracked_persistent_pref_store_factory.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 33 (21 generated)
|