| Index: chrome/browser/translate/translate_prefs.h
|
| diff --git a/chrome/browser/translate/translate_prefs.h b/chrome/browser/translate/translate_prefs.h
|
| index 9f7a1a76eae06ac13100915edc3ad1da2ffe3651..3c30ee4b751283f1204c669b8db84709a1e225c4 100644
|
| --- a/chrome/browser/translate/translate_prefs.h
|
| +++ b/chrome/browser/translate/translate_prefs.h
|
| @@ -50,7 +50,7 @@ class TranslatePrefs {
|
| void ClearBlacklistedLanguages();
|
|
|
| // Will return true if at least one site has been blacklisted.
|
| - bool HasBlacklistedSites();
|
| + bool HasBlacklistedSites() const;
|
| void ClearBlacklistedSites();
|
|
|
| // These methods are used to track how many times the user has denied the
|
|
|