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

Unified Diff: chrome/browser/ui/webui/browsing_history_handler.h

Issue 1841653003: Drop |languages| from {Format,Elide}Url* and IDNToUnicode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased, most Android targets locally built successfully Created 4 years, 9 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/ui/webui/browsing_history_handler.h
diff --git a/chrome/browser/ui/webui/browsing_history_handler.h b/chrome/browser/ui/webui/browsing_history_handler.h
index f94ef2fa129bb6676e5f6cec4d699f7991922723..9bb47054f493f5d47626c0b90671bd0a4f602400 100644
--- a/chrome/browser/ui/webui/browsing_history_handler.h
+++ b/chrome/browser/ui/webui/browsing_history_handler.h
@@ -56,7 +56,7 @@ class BrowsingHistoryHandler : public content::WebUIMessageHandler,
HistoryEntry(EntryType type, const GURL& url, const base::string16& title,
base::Time time, const std::string& client_id,
bool is_search_result, const base::string16& snippet,
- bool blocked_visit, const std::string& accept_languages);
+ bool blocked_visit);
HistoryEntry();
HistoryEntry(const HistoryEntry& other);
virtual ~HistoryEntry();
@@ -98,9 +98,6 @@ class BrowsingHistoryHandler : public content::WebUIMessageHandler,
// Whether this entry was blocked when it was attempted.
bool blocked_visit;
-
- // kAcceptLanguages pref value.
- std::string accept_languages;
};
BrowsingHistoryHandler();

Powered by Google App Engine
This is Rietveld 408576698