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

Unified Diff: chrome/test/data/webui/history_ui_browsertest.cc

Issue 22862006: "domain" item added to HistoryEntry to allow showing IDN in chrome://history/ (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 3 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
« no previous file with comments | « chrome/test/data/webui/history_ui_browsertest.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/history_ui_browsertest.cc
===================================================================
--- chrome/test/data/webui/history_ui_browsertest.cc (revision 216076)
+++ chrome/test/data/webui/history_ui_browsertest.cc (working copy)
@@ -47,3 +47,9 @@
browser()->profile()->GetPrefs()->
SetBoolean(prefs::kAllowDeletingBrowserHistory, allowed);
}
+
+void HistoryUIBrowserTest::ClearAcceptLanguages() {
+ browser()->profile()->GetPrefs()->
+ SetString(prefs::kAcceptLanguages, "");
+}
+
« no previous file with comments | « chrome/test/data/webui/history_ui_browsertest.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698