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

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: Self review, Devlin review. 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
« no previous file with comments | « extensions/browser/extension_util.cc ('k') | extensions/browser/state_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/install_flag.h
diff --git a/extensions/browser/install_flag.h b/extensions/browser/install_flag.h
index f157a6e356573d6726114b65081f5f456224e249..90850ee9ac3688b10d1b5b27a1f290760db19b3d 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_Deprecated = 1 << 2,
// Install the extension immediately, don't wait until idle.
kInstallFlagInstallImmediately = 1 << 3,
« no previous file with comments | « extensions/browser/extension_util.cc ('k') | extensions/browser/state_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698