 Chromium Code Reviews
 Chromium Code Reviews Issue 2772673002:
  mash: switch to the new pref service  (Closed)
    
  
    Issue 2772673002:
  mash: switch to the new pref service  (Closed) 
  | Index: chrome/app/BUILD.gn | 
| diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn | 
| index bb56963b83d813eae4b682c37051dfdc98536e55..8ee3b654563d5f05235832fe92a83391e7643e75 100644 | 
| --- a/chrome/app/BUILD.gn | 
| +++ b/chrome/app/BUILD.gn | 
| @@ -366,6 +366,7 @@ static_library("test_support") { | 
| chrome_packaged_services = [ | 
| ":chrome_manifest", | 
| "//chrome/browser:preferences_manifest", | 
| + "//services/preferences:forwarder_manifest", | 
| 
Sam McNally
2017/03/27 05:42:10
if (is_chromeos)
 
jonross
2017/03/27 14:26:38
Nice catch. 
While we are targeting the majority
 
tibell
2017/03/28 00:34:31
Done.
 
tibell
2017/03/28 00:34:31
Acknowledged.
 | 
| ] | 
| service_manifest("chrome_manifest") { |