|
Add PrerenderLocalPredictor, which will eventually perform
local prerender predictions. At this point, the class itself
is just a dummy, and the focus for now is on the interface with
the history service. I added everything I need added in history,
and PrerenderLocalPredictor performs the basic interface functionality
it needs with the History. In a later CL, I will actually add the
prerender semantics.
R=brettw@chromium.org, cbentzel@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=133548
Total comments: 10
Total comments: 13
Total comments: 2
Total comments: 18
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+322 lines, -3 lines) |
Patch |
 |
M |
chrome/browser/history/history.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
5 chunks |
+30 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_backend.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_backend.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_backend_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_types.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/visit_database.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/visit_database.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/prerender/prerender_local_predictor.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/prerender/prerender_local_predictor.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+139 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_manager.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 20 (0 generated)
|