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

Unified Diff: chrome/common/extensions/extension_manifest_constants.h

Issue 9877018: Lazy background page branding: "Transient Background Page". Rename (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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: chrome/common/extensions/extension_manifest_constants.h
diff --git a/chrome/common/extensions/extension_manifest_constants.h b/chrome/common/extensions/extension_manifest_constants.h
index 17f1aaf6265ed522ab9fd4ba3b16e100ad7eb3b8..94596ebaa0e83126a862de84b455ac6e4bcbd36e 100644
--- a/chrome/common/extensions/extension_manifest_constants.h
+++ b/chrome/common/extensions/extension_manifest_constants.h
@@ -20,7 +20,7 @@ namespace extension_manifest_keys {
extern const char kBackgroundAllowJsAccess[];
extern const char kBackgroundPage[];
extern const char kBackgroundPageLegacy[];
- extern const char kBackgroundPersistent[];
+ extern const char kBackgroundTransient[];
extern const char kBackgroundScripts[];
extern const char kBrowserAction[];
extern const char kBrowseURLs[];

Powered by Google App Engine
This is Rietveld 408576698