|
Generalize migration code in WebDatabase.
This is part of removing knowledge of individual table types from
WebDatabase, which is part of splitting WebData into several
components (one component for generic bits like WebDatabase and
whatever we end up calling the base class for all XyzWebData classes,
e.g. AutofillWebData, plus one component per data type).
BUG= 181277
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=187663
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+233 lines, -227 lines) |
Patch |
|
M |
chrome/browser/webdata/autofill_table.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/webdata/autofill_table.cc
|
View
|
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/webdata/keyword_table.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/webdata/keyword_table.cc
|
View
|
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/webdata/logins_table.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/webdata/logins_table.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/webdata/token_service_table.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/webdata/token_service_table.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/webdata/web_apps_table.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/webdata/web_apps_table.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/webdata/web_database.h
|
View
|
|
3 chunks |
+15 lines, -6 lines |
0 comments
|
Download
|
|
M |
chrome/browser/webdata/web_database.cc
|
View
|
|
3 chunks |
+64 lines, -220 lines |
0 comments
|
Download
|
|
M |
chrome/browser/webdata/web_database_table.h
|
View
|
1
2
|
2 chunks |
+15 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/webdata/web_intents_table.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/webdata/web_intents_table.cc
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|