Index: chrome/browser/ui/webui/history_ui.h |
diff --git a/chrome/browser/ui/webui/history_ui.h b/chrome/browser/ui/webui/history_ui.h |
index 5f4eb1b98b4d6caf36bd0bfb1849e056cf0a15a6..13b012cde9ad1b887ad29a83066a495ad4377469 100644 |
--- a/chrome/browser/ui/webui/history_ui.h |
+++ b/chrome/browser/ui/webui/history_ui.h |
@@ -23,10 +23,6 @@ class HistoryUI : public content::WebUIController { |
static base::RefCountedMemory* GetFaviconResourceBytes( |
ui::ScaleFactor scale_factor); |
- // Returns a localized string warning about deleting history. Takes into |
- // account whether or not incognito mode is available. |
- static base::string16 GetDeleteWarningString(Profile* profile); |
- |
private: |
DISALLOW_COPY_AND_ASSIGN(HistoryUI); |
}; |