|
Reland "Moves SQLitePersistentCookieStore to net/extras/sqlite."
The application of special storage policy is split out into a new class,
QuotaPolicyCookieStore, in content/browser/net.
This reverts commit ac4f49641d2b1246fdcfdb35993b21200d43460f.
TBR=avi@chromium.org
BUG= 467596
TEST=No visible impact.
Committed: https://crrev.com/1860223cfc30f7fedb0e98730518a4cc31ccd04f
Cr-Commit-Position: refs/heads/master@{#330257}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+927 lines, -2841 lines) |
Patch |
 |
M |
content/browser/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/net/quota_policy_cookie_store.h
|
View
|
|
1 chunk |
+82 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/net/quota_policy_cookie_store.cc
|
View
|
|
1 chunk |
+188 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/net/quota_policy_cookie_store_unittest.cc
|
View
|
1
2
|
1 chunk |
+292 lines, -0 lines |
0 comments
|
Download
|
 |
D |
content/browser/net/sqlite_persistent_cookie_store.h
|
View
|
|
1 chunk |
+0 lines, -79 lines |
0 comments
|
Download
|
 |
D |
content/browser/net/sqlite_persistent_cookie_store.cc
|
View
|
|
1 chunk |
+0 lines, -1465 lines |
0 comments
|
Download
|
 |
D |
content/browser/net/sqlite_persistent_cookie_store_perftest.cc
|
View
|
|
1 chunk |
+0 lines, -141 lines |
0 comments
|
Download
|
 |
D |
content/browser/net/sqlite_persistent_cookie_store_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -681 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/BUILD.gn
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/BUILD.gn
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
net/extras/sqlite/sqlite_persistent_cookie_store.h
|
View
|
|
4 chunks |
+23 lines, -29 lines |
0 comments
|
Download
|
 |
A + |
net/extras/sqlite/sqlite_persistent_cookie_store.cc
|
View
|
1
|
54 chunks |
+224 lines, -319 lines |
0 comments
|
Download
|
 |
A + |
net/extras/sqlite/sqlite_persistent_cookie_store_perftest.cc
|
View
|
|
9 chunks |
+24 lines, -24 lines |
0 comments
|
Download
|
 |
A + |
net/extras/sqlite/sqlite_persistent_cookie_store_unittest.cc
|
View
|
|
29 chunks |
+80 lines, -98 lines |
0 comments
|
Download
|
 |
M |
net/net.gyp
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/net.gypi
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 12 (4 generated)
|