Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: chrome/browser/extensions/crx_installer.h

Issue 1497193002: Remove all the ephemeral apps code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tests Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/crx_installer.h
diff --git a/chrome/browser/extensions/crx_installer.h b/chrome/browser/extensions/crx_installer.h
index c5e61d37fe3acf1979df7df34ed973baf39fdae4..598858f8c5611ffd0207b9041ed3587416a04334 100644
--- a/chrome/browser/extensions/crx_installer.h
+++ b/chrome/browser/extensions/crx_installer.h
@@ -198,9 +198,6 @@ class CrxInstaller
void set_install_immediately(bool val) {
set_install_flag(kInstallFlagInstallImmediately, val);
}
- void set_is_ephemeral(bool val) {
- set_install_flag(kInstallFlagIsEphemeral, val);
- }
void set_do_not_sync(bool val) {
set_install_flag(kInstallFlagDoNotSync, val);
}

Powered by Google App Engine
This is Rietveld 408576698