Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Unified Diff: chrome/browser/translate/translate_prefs.h

Issue 13842010: Added chrome://translate-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bug fix for Windows (SendMessage could be replaced with SendMessageW) Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/resources/translate_internals_resources.grd ('k') | chrome/browser/translate/translate_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698