| Index: chrome/app/mash/chrome_mash_manifest.json
|
| diff --git a/chrome/app/mash/chrome_mash_manifest.json b/chrome/app/mash/chrome_mash_manifest.json
|
| index 2e0d846dfc692ad4a04540bb8eadcbb89627e912..f55025537ea4aa3db30251a6494892c998a994f5 100644
|
| --- a/chrome/app/mash/chrome_mash_manifest.json
|
| +++ b/chrome/app/mash/chrome_mash_manifest.json
|
| @@ -16,8 +16,9 @@
|
| },
|
| "requires": {
|
| "service_manager": [ "service_manager:instance_per_child" ],
|
| - "mash_session": [ "app" ],
|
| - "catalog": [ "control" ]
|
| + "catalog": [ "control" ],
|
| + "ash": [ "app" ],
|
| + "quick_launch": [ "app" ]
|
| }
|
| }
|
| }
|
|
|