| Index: extensions/browser/extension_prefs.h
 | 
| diff --git a/extensions/browser/extension_prefs.h b/extensions/browser/extension_prefs.h
 | 
| index d2cc9ebc4277849faf60e50a7cc38c3cd22e2e91..c6066c3f0aebac4a885e395999b1b9e8aa33509f 100644
 | 
| --- a/extensions/browser/extension_prefs.h
 | 
| +++ b/extensions/browser/extension_prefs.h
 | 
| @@ -254,8 +254,10 @@ class ExtensionPrefs : public ExtensionScopedPrefs, public KeyedService {
 | 
|        const Extension* extension,
 | 
|        bool did_escalate);
 | 
|  
 | 
| -  // Getter and setters for disabled reason.
 | 
| +  // Getters and setters for disabled reason.
 | 
|    int GetDisableReasons(const std::string& extension_id) const;
 | 
| +  bool HasDisableReason(const std::string& extension_id,
 | 
| +                        Extension::DisableReason disable_reason) const;
 | 
|    void AddDisableReason(const std::string& extension_id,
 | 
|                          Extension::DisableReason disable_reason);
 | 
|    void RemoveDisableReason(const std::string& extension_id,
 | 
| 
 |