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

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

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.cc
diff --git a/chrome/browser/extensions/extension_service.cc b/chrome/browser/extensions/extension_service.cc
index 6532f0796c90507d6733e5d45ffee7f11fcc4192..fc04903b3c0668c674c075e971e88a667a8beeb7 100644
--- a/chrome/browser/extensions/extension_service.cc
+++ b/chrome/browser/extensions/extension_service.cc
@@ -245,7 +245,9 @@ ExtensionService::NaClModuleInfo::~NaClModuleInfo() {
// ExtensionService.
const char* ExtensionService::kInstallDirectoryName = "Extensions";
-const char* ExtensionService::kSettingsDirectoryName = "Extension Settings";
+const char* ExtensionService::kExtensionSettingsDirectoryName =
+ "Extension Settings";
+const char* ExtensionService::kAppSettingsDirectoryName = "App Settings";
// Implements IO for the ExtensionService.

Powered by Google App Engine
This is Rietveld 408576698