|
Factor Chrome details out of update manifest fetching.
This establishes a ManifestFetchDataDelegate for use
by ExtensionDownloader and ManifestFetchData, and moves
ManifestFetchData into //extensions/browser/updater.
The delegate provides implementation details for
update manifest fetching, including brand code,
boilerplate query parameters, and ping data.
Chrome's implementation has knowledge of the
Google brand, the metrics service, and Omaha-specific
query parameters necessary for CRX item queries.
BUG= 398671
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289800
Total comments: 2
Total comments: 4
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+278 lines, -395 lines) |
Patch |
 |
M |
chrome/browser/chromeos/extensions/external_cache.cc
|
View
|
1
2
3
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service.cc
|
View
|
1
2
|
6 chunks |
+4 lines, -32 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_system_impl.cc
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/updater/chrome_extension_downloader_factory.h
|
View
|
1
2
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/updater/chrome_extension_downloader_factory.cc
|
View
|
1
2
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/updater/extension_downloader.h
|
View
|
1
2
|
4 chunks |
+34 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/updater/extension_downloader.cc
|
View
|
1
2
|
5 chunks |
+22 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/updater/extension_downloader_delegate.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/updater/extension_updater.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/updater/extension_updater_unittest.cc
|
View
|
1
2
|
21 chunks |
+64 lines, -48 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/extensions/updater/manifest_fetch_data.h
|
View
|
|
1 chunk |
+0 lines, -104 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/extensions/updater/manifest_fetch_data.cc
|
View
|
|
1 chunk |
+0 lines, -166 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/updater/safe_manifest_parser.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/metrics/chrome_metrics_service_accessor.h
|
View
|
1
2
3
4
|
3 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_extensions.gypi
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
extensions/browser/updater/manifest_fetch_data.h
|
View
|
1
|
4 chunks |
+28 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
extensions/browser/updater/manifest_fetch_data.cc
|
View
|
1
2
|
6 chunks |
+20 lines, -21 lines |
0 comments
|
Download
|
 |
M |
extensions/extensions.gyp
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 25 (0 generated)
|