| Index: chrome/common/switch_utils.cc | 
| diff --git a/chrome/common/switch_utils.cc b/chrome/common/switch_utils.cc | 
| index d202bcb0d1e939179ed9f769c1c8c3f28227e580..b6acf643b53ca79711760ffda57af8ae551c44e9 100644 | 
| --- a/chrome/common/switch_utils.cc | 
| +++ b/chrome/common/switch_utils.cc | 
| @@ -14,6 +14,7 @@ namespace switches { | 
| // pick up an automatic update, be sure to add it to this list. | 
| const char* const kSwitchesToRemoveOnAutorestart[] = { | 
| switches::kApp, | 
| +  switches::kAppId, | 
| switches::kFirstRun, | 
| switches::kImport, | 
| switches::kImportFromFile, | 
|  |