diff options
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 42188f0..9bc1859 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -672,6 +672,9 @@ const char kOAuth1Token[] = "settings.account.oauth1_token"; // A string prefs for OAuth1 secret. const char kOAuth1Secret[] = "settings.account.oauth1_secret"; + +// A boolean pref that enables the (private) pepper GetID() call. +const char kEnableCrosDRM[] = "settings.privacy.drm_enabled"; #endif // defined(OS_CHROMEOS) // The disabled messages in IPC logging. |