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

Unified Diff: ios/chrome/browser/ui/webui/history/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: fix typo in elide_url.cc Created 4 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: ios/chrome/browser/ui/webui/history/browsing_history_handler.h
diff --git a/ios/chrome/browser/ui/webui/history/browsing_history_handler.h b/ios/chrome/browser/ui/webui/history/browsing_history_handler.h
index 51848ec1205c820abd5d8fa37f50af4b49a4c8e8..1a6254ca9b1a3d26f85f2fc5f5fa22e1273f2d31 100644
--- a/ios/chrome/browser/ui/webui/history/browsing_history_handler.h
+++ b/ios/chrome/browser/ui/webui/history/browsing_history_handler.h
@@ -60,8 +60,7 @@ class BrowsingHistoryHandler : public web::WebUIIOSMessageHandler,
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();
virtual ~HistoryEntry();
@@ -102,9 +101,6 @@ class BrowsingHistoryHandler : public web::WebUIIOSMessageHandler,
// Whether this entry was blocked when it was attempted.
bool blocked_visit;
-
- // kAcceptLanguages pref value.
- std::string accept_languages;
};
BrowsingHistoryHandler();
@@ -178,9 +174,6 @@ class BrowsingHistoryHandler : public web::WebUIIOSMessageHandler,
// Sets the query options for a monthly query, |offset| months ago.
void SetQueryTimeInMonths(int offset, history::QueryOptions* options);
- // kAcceptLanguages pref value.
- std::string GetAcceptLanguages() const;
-
// history::HistoryServiceObserver:
void OnURLsDeleted(history::HistoryService* history_service,
bool all_history,
« no previous file with comments | « ios/chrome/browser/ssl/ios_ssl_blocking_page.mm ('k') | ios/chrome/browser/ui/webui/history/browsing_history_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698