| Index: chrome/common/pref_names.cc
 | 
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
 | 
| index 0e0d35504ca2a7f44edda6faa6a2c35e056a40e2..24a03d6ca39e03f5189659bad5a55bf897456823 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.
 | 
| 
 |