|
Give Chrome Web Store app an icon in its manifest file.
This fixes no icon being shown in the "The app is currently unreachable" page for the chrome web store.
Also added is another exception to ResourceRequestPolicy::CanRequestResource to make sure the error
page is always allowed to display the app's icon, even in a manifest v2 app that doesn't list its
icons in web_accessible_resources.
BUG= 135549
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=159950
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+98 lines, -115 lines) |
Patch |
 |
M |
chrome/browser/extensions/extension_icon_image.cc
|
View
|
1
|
1 chunk |
+14 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_protocols.cc
|
View
|
1
2
|
1 chunk |
+14 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/image_loading_tracker.h
|
View
|
1
2
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/image_loading_tracker.cc
|
View
|
1
2
3
4
|
6 chunks |
+6 lines, -61 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/image_loading_tracker_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/chrome_app/manifest.json
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/webstore_app/manifest.json
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/extensions/extension_icon_source.cc
|
View
|
1
|
2 chunks |
+1 line, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_file_util.h
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_file_util.cc
|
View
|
1
2
3
|
2 chunks |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/resource_request_policy.cc
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|