|
Split keyword related parts of WebDataService as KeywordWebDataService
The new class KeywordWebDataService will be moved to components/search_engines with KeywordTable later.
Move keyword related parts from web_data_service.{cc,h} to keyword_web_data_service.{cc,h}.
Add a new ProfileErrorType enum.
BUG= 381572
TEST=build
TBR=asvitkine@chromium.org for the enum addition in histograms.xml corresponding to the one in chrome/browser/ui/profile_error_dialog.h
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=280969
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+186 lines, -654 lines) |
Patch |
 |
M |
chrome/browser/search_engines/template_url_service.h
|
View
|
1
2
|
6 chunks |
+14 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/search_engines/template_url_service.cc
|
View
|
1
2
3
|
26 chunks |
+41 lines, -40 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/search_engines/template_url_service_test_util.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/search_engines/template_url_service_test_util.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/search_engines/template_url_service_unittest.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/search_engines/util.h
|
View
|
|
4 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/search_engines/util.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/profile_error_dialog.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/webdata/OWNERS
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/webdata/keyword_web_data_service.h
|
View
|
1
2
3
4
|
5 chunks |
+23 lines, -195 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/webdata/keyword_web_data_service.cc
|
View
|
1
2
3
4
|
3 chunks |
+47 lines, -153 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/webdata/web_data_service.h
|
View
|
|
7 chunks |
+0 lines, -89 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/webdata/web_data_service.cc
|
View
|
|
4 chunks |
+2 lines, -146 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/webdata/web_data_service_factory.h
|
View
|
|
4 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/webdata/web_data_service_factory.cc
|
View
|
|
5 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|