Index: chrome/browser/ui/webui/options/clear_browser_data_handler.h |
diff --git a/chrome/browser/ui/webui/options/clear_browser_data_handler.h b/chrome/browser/ui/webui/options/clear_browser_data_handler.h |
index 6a09ab61a120577ca1792020dc050fc38a4d82cb..862154353f298188d5bc986443ad32e83df11e03 100644 |
--- a/chrome/browser/ui/webui/options/clear_browser_data_handler.h |
+++ b/chrome/browser/ui/webui/options/clear_browser_data_handler.h |
@@ -33,10 +33,6 @@ class ClearBrowserDataHandler : public OptionsPageUIHandler, |
void UpdateInfoBannerVisibility(); |
- // Constructs the text to be displayed by a counter from the given |result|. |
- static base::string16 GetCounterTextFromResult( |
- const BrowsingDataCounter::Result* result); |
- |
private: |
// Javascript callback for when the CBD dialog is opened. The caller does |
// not provide any parameters, so |value| is unused. |