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

Unified Diff: extensions/browser/install_flag.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: extensions/browser/install_flag.h
diff --git a/extensions/browser/install_flag.h b/extensions/browser/install_flag.h
index f157a6e356573d6726114b65081f5f456224e249..0621c54da54aaa935de1827dd42802b7ad4b52a3 100644
--- a/extensions/browser/install_flag.h
+++ b/extensions/browser/install_flag.h
@@ -20,7 +20,7 @@ enum InstallFlag {
kInstallFlagIsBlacklistedForMalware = 1 << 1,
// This is an ephemeral app.
- kInstallFlagIsEphemeral = 1 << 2,
+ kInstallFlagIsEphemeral_Unused = 1 << 2,
Devlin 2015/12/07 16:53:59 ditto - s/unused/deprecated
benwells 2015/12/08 07:20:11 Done.
// Install the extension immediately, don't wait until idle.
kInstallFlagInstallImmediately = 1 << 3,

Powered by Google App Engine
This is Rietveld 408576698