|
Move ThemeHandler from c/c/e/api; move GetBrowserImages() out of Extension class
Move the ThemeHandler class to c/c/e/manifest_handlers/, so that the c/c/e/api directory remains used for true APIs. Change names of ThemeInfo::GetTheme* to ThemeInfo::Get* (the Theme should be obvious). Change ThemeInfo::Get* to return const DictionaryValues.
Also move GetBrowserImages from Extension class into extension_file_util; remove dependency of Extension on ThemeHandler/Info and ExtensionIconSet.
TBR=ben@chromium.org, pkotwicz@chromium.org
(ben - gypis, utility_client; pkotwicz - themes; both mechanical changes)
BUG= 159265
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195138
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+120 lines, -384 lines) |
Patch |
 |
M |
chrome/browser/extensions/sandboxed_unpacker.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/themes/browser_theme_pack.h
|
View
|
|
1 chunk |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/themes/browser_theme_pack.cc
|
View
|
|
7 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/themes/browser_theme_pack_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/themes/theme_service.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_common.gypi
|
View
|
1
2
|
3 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
D |
chrome/common/extensions/api/themes/theme_handler.h
|
View
|
|
1 chunk |
+0 lines, -61 lines |
0 comments
|
Download
|
 |
D |
chrome/common/extensions/api/themes/theme_handler.cc
|
View
|
|
1 chunk |
+0 lines, -205 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension.h
|
View
|
1
2
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -51 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_file_util.h
|
View
|
1
|
1 chunk |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_file_util.cc
|
View
|
1
2
|
4 chunks |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/common/extensions/manifest_handlers/theme_handler.h
|
View
|
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
chrome/common/extensions/manifest_handlers/theme_handler.cc
|
View
|
1
|
10 chunks |
+30 lines, -28 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/unpacker.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/unpacker_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/utility/chrome_content_utility_client.cc
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|