 Chromium Code Reviews
 Chromium Code Reviews Issue 2511233002:
  Add the beginning of a simple window manager that we'll support on Windows.  (Closed)
    
  
    Issue 2511233002:
  Add the beginning of a simple window manager that we'll support on Windows.  (Closed) 
  | Index: mash/simple_wm/manifest.json | 
| diff --git a/mash/simple_wm/manifest.json b/mash/simple_wm/manifest.json | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..32164e38d39d03bd1ee4ca7875b69893fcc084c4 | 
| --- /dev/null | 
| +++ b/mash/simple_wm/manifest.json | 
| @@ -0,0 +1,12 @@ | 
| +{ | 
| + "name": "simple_wm", | 
| + "display_name": "Simple Window Manager", | 
| + "interface_provider_specs": { | 
| + "service_manager:connector": { | 
| + "requires": { | 
| + "*": [ "app" ], | 
| + "ui": [ "ui:window_manager" ] | 
| + } | 
| + } | 
| + } | 
| +} |