|
|
Completed the code path from AndroidProviderService to HistoryBackend.
- Added AndroidProviderService.
- Added methods in HistoryService and HistoryBackend to support Android
content provider.
- Also fixed a issue in testing_profile.cc.
BUG=
TEST=Added the new tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=135414
Total comments: 23
Total comments: 26
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1022 lines, -1 line) |
Patch |
 |
A |
chrome/browser/history/android/android_history_provider_service.h
|
View
|
1
2
|
1 chunk |
+178 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/history/android/android_history_provider_service.cc
|
View
|
1
2
|
1 chunk |
+222 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/history/android/android_history_provider_service_unittest.cc
|
View
|
1
2
|
1 chunk |
+261 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history.h
|
View
|
1
2
3
|
3 chunks |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_backend.h
|
View
|
1
2
3
|
4 chunks |
+71 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_backend.cc
|
View
|
1
2
3
|
5 chunks |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/history/history_backend_android.cc
|
View
|
1
|
1 chunk |
+183 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_marshaling.h
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/history/history_marshaling_android.h
|
View
|
1
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_constants.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_constants.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/testing_profile.cc
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|