|
Remove Chrome dependencies from TestExtensionPrefs.
This makes TestExtensionPrefs stop using PrefServiceSyncable
so that TEP can eventually be moved to the toplevel
extensions/ directory. preference_api_prefs_unittest.cc
depends on PrefServiceSyncable being used (so it can create
an incognito PrefService), so TEP now takes an optional
PrefServiceFactory (which can be e.g. a Chrome
PrefServiceMockFactory object).
BUG= 313284
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+119 lines, -52 lines) |
Patch |
 |
M |
apps/shell_window_geometry_cache_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/extension_action/extension_action_prefs_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc
|
View
|
|
8 chunks |
+22 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/blacklist_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/chrome_app_sorting_unittest.cc
|
View
|
|
11 chunks |
+17 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_prefs_unittest.h
|
View
|
|
3 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_prefs_unittest.cc
|
View
|
|
20 chunks |
+36 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/menu_manager_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/standard_management_policy_provider_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/test_extension_prefs.h
|
View
|
|
4 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/test_extension_prefs.cc
|
View
|
|
5 chunks |
+16 lines, -13 lines |
4 comments
|
Download
|
 |
M |
chrome/browser/extensions/updater/extension_updater_unittest.cc
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media_galleries/media_galleries_permissions_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|