| Index: chrome/common/extensions/extension_constants.h
 | 
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
 | 
| index 580ed7581abc570d052a101b5d51dde83cd14861..0c11ff8d992ddba12d5accf64fc4cf7a8e6c4371 100644
 | 
| --- a/chrome/common/extensions/extension_constants.h
 | 
| +++ b/chrome/common/extensions/extension_constants.h
 | 
| @@ -125,7 +125,9 @@ namespace extension_misc {
 | 
|      LAUNCH_WINDOW,
 | 
|      LAUNCH_PANEL,
 | 
|      LAUNCH_TAB,
 | 
| -    LAUNCH_SHELL
 | 
| +    // For platform apps, which don't actually have a container (they just get a
 | 
| +    // "onLaunched" event).
 | 
| +    LAUNCH_NONE
 | 
|    };
 | 
|  
 | 
|    // The name of the apps promo histogram.
 | 
| 
 |