Index: chrome/browser/extensions/active_install_data.h |
diff --git a/chrome/browser/extensions/active_install_data.h b/chrome/browser/extensions/active_install_data.h |
index 4aa5887791eaa36e5a60145d9265707eedad094d..c7dd9bacd284354559b29852551119726077c5bc 100644 |
--- a/chrome/browser/extensions/active_install_data.h |
+++ b/chrome/browser/extensions/active_install_data.h |
@@ -23,7 +23,6 @@ struct ActiveInstallData { |
std::string extension_id; |
int percent_downloaded; |
- bool is_ephemeral; |
}; |
// Registers and deregisters and an active extension install with the |