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

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

Issue 8375047: Separate the syncing of extension settings and app settings into separate data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 2 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/browser/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 7e5e9f6c2e8b64aac5d6c7368cfa71a60463059b..52cfa2f11dafc89917196f02df87c4a9f7ce8c92 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -145,7 +145,11 @@ class ExtensionService
// The name of the directory inside the profile where per-extension settings
// are stored.
- static const char* kSettingsDirectoryName;
+ static const char* kExtensionSettingsDirectoryName;
+
+ // The name of the directory inside the profile where per-app settings
+ // are stored.
+ static const char* kAppSettingsDirectoryName;
// Determine if a given extension download should be treated as if it came
// from the gallery. Note that this is requires *both* that the download_url

Powered by Google App Engine
This is Rietveld 408576698