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

Unified Diff: chrome/browser/extensions/settings/settings_namespace.h

Issue 10784035: Refactored SettingsFrontend and forwarding of calls to the backends. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added comment Created 8 years, 5 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/settings/settings_namespace.h
diff --git a/chrome/browser/extensions/settings/settings_namespace.h b/chrome/browser/extensions/settings/settings_namespace.h
index 2afdb0239741f75ea326da2c31cc1ca581f13ec1..c89658b6a5705cc46321bac1b8e1567e17812db6 100644
--- a/chrome/browser/extensions/settings/settings_namespace.h
+++ b/chrome/browser/extensions/settings/settings_namespace.h
@@ -13,8 +13,9 @@ namespace settings_namespace {
// The namespaces of the storage areas.
enum Namespace {
- LOCAL, // "local" i.e. chrome.storage.local
- SYNC, // "sync" i.e. chrome.storage.sync
+ LOCAL, // "local" i.e. chrome.storage.local
+ SYNC, // "sync" i.e. chrome.storage.sync
+ MANAGED, // "managed" i.e. chrome.storage.managed
INVALID
};

Powered by Google App Engine
This is Rietveld 408576698