| Index: chrome/test/data/webui/history_ui_browsertest.h
|
| ===================================================================
|
| --- chrome/test/data/webui/history_ui_browsertest.h (revision 216076)
|
| +++ chrome/test/data/webui/history_ui_browsertest.h (working copy)
|
| @@ -27,6 +27,9 @@
|
| void AddPageToHistory(
|
| int hour_offset, const std::string& url, const std::string& title);
|
|
|
| + // Clears kAcceptLanguages pref value.
|
| + void ClearAcceptLanguages();
|
| +
|
| private:
|
| // The HistoryService is owned by the profile.
|
| HistoryService* history_;
|
|
|