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

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

Issue 14046016: History UI: Apply the pref that prohibits deleting browsing and download history. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: More better 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/ui/webui/history_ui.h
===================================================================
--- chrome/browser/ui/webui/history_ui.h (revision 193987)
+++ chrome/browser/ui/webui/history_ui.h (working copy)
@@ -88,9 +88,6 @@
// Handler for the "queryHistory" message.
void HandleQueryHistory(const base::ListValue* args);
- // Handler for the "removeUrlsOnOneDay" message.
- void HandleRemoveUrlsOnOneDay(const base::ListValue* args);
-
// Handler for the "removeVisits" message.
void HandleRemoveVisits(const base::ListValue* args);

Powered by Google App Engine
This is Rietveld 408576698