 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: ash/mus/manifest.json | 
| diff --git a/ash/mus/manifest.json b/ash/mus/manifest.json | 
| index 6ee6ec53832632cfc0b34533d0eb85f5858bde05..f244cba44b750904ffed767380544ce9d94f3151 100644 | 
| --- a/ash/mus/manifest.json | 
| +++ b/ash/mus/manifest.json | 
| @@ -25,7 +25,7 @@ | 
| }, | 
| "requires": { | 
| "*": [ "accessibility", "app" ], | 
| - "preferences": [ "preferences_manager" ], | 
| + "preferences_forwarder": [ "pref_client" ], | 
| "ui": [ "display_test", "window_manager" ], | 
| "touch_hud": [ "mash:launchable" ] | 
| } |