| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 0c13bb2153b1905daa415c042b5f43c0fd7b072e..6fad34953eb2b14501ff24b5169cec422c27eed7 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -745,6 +745,8 @@ extern const char kBuiltInDnsClientEnabled[];
|
|
|
| extern const char kRegisteredProtocolHandlers[];
|
| extern const char kIgnoredProtocolHandlers[];
|
| +extern const char kPolicyRegisteredProtocolHandlers[];
|
| +extern const char kPolicyIgnoredProtocolHandlers[];
|
| extern const char kCustomHandlersEnabled[];
|
|
|
| #if defined(OS_MACOSX)
|
|
|