| Index: chrome/browser/extensions/active_install_data.cc
|
| diff --git a/chrome/browser/extensions/active_install_data.cc b/chrome/browser/extensions/active_install_data.cc
|
| index f9c9a0c878149c56fac166a0962fcc808983d146..ee6cdfe2d418af870085c668ae1ac18f055cb70c 100644
|
| --- a/chrome/browser/extensions/active_install_data.cc
|
| +++ b/chrome/browser/extensions/active_install_data.cc
|
| @@ -11,11 +11,11 @@ namespace extensions {
|
| // ActiveInstallData:
|
|
|
| ActiveInstallData::ActiveInstallData()
|
| - : percent_downloaded(0), is_ephemeral(false) {
|
| + : percent_downloaded(0) {
|
| }
|
|
|
| ActiveInstallData::ActiveInstallData(const std::string& extension_id)
|
| - : extension_id(extension_id), percent_downloaded(0), is_ephemeral(false) {
|
| + : extension_id(extension_id), percent_downloaded(0) {
|
| }
|
|
|
| // ScopedActiveInstall:
|
|
|