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

Unified Diff: chrome/browser/browsing_data/browsing_data_counter_utils.h

Issue 2730703003: Change CBD layout and texts (Closed)
Patch Set: try fix tests Created 3 years, 9 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/browsing_data/browsing_data_counter_utils.h
diff --git a/chrome/browser/browsing_data/browsing_data_counter_utils.h b/chrome/browser/browsing_data/browsing_data_counter_utils.h
index a6a417b857ec13ef519e18d53e533315e7837bc7..24d088f66e5cee54a94ec6ff5399b92b2bffe9a6 100644
--- a/chrome/browser/browsing_data/browsing_data_counter_utils.h
+++ b/chrome/browser/browsing_data/browsing_data_counter_utils.h
@@ -17,6 +17,7 @@ bool IsSiteDataCounterEnabled();
// Constructs the text to be displayed by a counter from the given |result|.
msramek 2017/03/15 10:23:35 Please comment on the new parameter.
base::string16 GetChromeCounterTextFromResult(
- const browsing_data::BrowsingDataCounter::Result* result);
+ const browsing_data::BrowsingDataCounter::Result* result,
+ browsing_data::ClearBrowsingDataTab cbd_tab);
#endif // CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_COUNTER_UTILS_H_

Powered by Google App Engine
This is Rietveld 408576698