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

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: 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..be6413020894b8e782f082868b92c5b5e55e6d0c 100644
--- a/chrome/browser/translate/translate_prefs.h
+++ b/chrome/browser/translate/translate_prefs.h
@@ -5,7 +5,9 @@
#ifndef CHROME_BROWSER_TRANSLATE_TRANSLATE_PREFS_H_
#define CHROME_BROWSER_TRANSLATE_TRANSLATE_PREFS_H_
+#include <map>
#include <string>
+#include <vector>
Takashi Toyoshima 2013/04/12 08:43:35 why?
hajimehoshi 2013/04/12 09:28:52 I don't remember... I'll remove them. On 2013/04/
#include "googleurl/src/gurl.h"
@@ -50,7 +52,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

Powered by Google App Engine
This is Rietveld 408576698