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

Unified Diff: chrome/browser/ui/webui/options/clear_browser_data_handler.h

Issue 1527653004: Move browsing data counters helper functions to an 'utils' file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, solved conflict in #includes Created 4 years, 11 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/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.

Powered by Google App Engine
This is Rietveld 408576698