|
Move part of browsing data counter text util method to components
Extract part of the method that constructs the text for browsing data counters into the utils in components/browsing_data/core/. This will return the text
for the counters that have been moved to components: PasswordsCounter, AutofillCounter and HistoryCounter.
TBRing for trivial method rename in: c/b/android/browsing_data/browsing_data_counter_bridge.cc
c/b/ui/webui/settings/settings_clear_browsing_data_handler.cc
c/b/ui/webui/options/clear_browser_data_handler.cc
TBR=bauerb@chromium.org, dbeam@chromium.org
BUG= 620317
Committed: https://crrev.com/556a0adf05225bd20e66cff7a7553838c4170b40
Cr-Commit-Position: refs/heads/master@{#412227}
Total comments: 15
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+340 lines, -263 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -94 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/browsing_data/browsing_data_counter_bridge.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_counter_utils.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_counter_utils.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+17 lines, -113 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc
|
View
|
1
2
|
3 chunks |
+1 line, -52 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/clear_browser_data_handler.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/OWNERS
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/browsing_data/core/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/browsing_data/core/DEPS
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/browsing_data/core/browsing_data_utils.h
|
View
|
1
2
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/browsing_data/core/browsing_data_utils.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+112 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/browsing_data/core/browsing_data_utils_unittest.cc
|
View
|
1
2
|
1 chunk |
+79 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/browsing_data_strings.grdp
|
View
|
1
2
|
1 chunk |
+99 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/components_strings.grd
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 48 (34 generated)
|