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

Unified Diff: extensions/common/extension.cc

Issue 2892403002: Introduce lock screen app context to extension features (Closed)
Patch Set: . Created 3 years, 7 months 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/common/extension.cc
diff --git a/extensions/common/extension.cc b/extensions/common/extension.cc
index e84d39ec3d77c7765125575e65afb4cadeada167..9f845c93f0a97f6720f0155364edc4a69bdabe33 100644
--- a/extensions/common/extension.cc
+++ b/extensions/common/extension.cc
@@ -76,7 +76,7 @@ bool ContainsReservedCharacters(const base::FilePath& path) {
} // namespace
-const int Extension::kInitFromValueFlagBits = 13;
+const int Extension::kInitFromValueFlagBits = 14;
const char Extension::kMimeType[] = "application/x-chrome-extension";

Powered by Google App Engine
This is Rietveld 408576698