| Index: trunk/src/chrome/browser/apps/ephemeral_app_service.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/apps/ephemeral_app_service.cc (revision 281226)
|
| +++ trunk/src/chrome/browser/apps/ephemeral_app_service.cc (working copy)
|
| @@ -194,12 +194,8 @@
|
| GetAppsToRemove(app_count, app_launch_times, &remove_app_ids);
|
| for (std::set<std::string>::const_iterator id = remove_app_ids.begin();
|
| id != remove_app_ids.end(); ++id) {
|
| - if (service->UninstallExtension(
|
| - *id,
|
| - ExtensionService::UNINSTALL_REASON_ORPHANED_EPHEMERAL_EXTENSION,
|
| - NULL)) {
|
| + if (service->UninstallExtension(*id, false, NULL))
|
| --app_count;
|
| - }
|
| }
|
| }
|
|
|
|
|