|
Support remote installation of extensions and apps.
To enable this support, the following things are changed:
* ExtensionSyncData, and the ExtensionSpecifics protobuf have a new
remote_install field, to mark a remotely installed extension.
* A new DISABLE_REMOTE_INSTALL reason is added to track this state
locally.
* CrxInstaller::allow_silent_install is changed from a bool to a
three-state enum, where the options are:
- install after showing a permission prompt,
- install and grant all permissions without a prompt and
- install without a prompt and don't grant any permissions
* AddExtensionDisabledError is modified to keep track of the disable
reasons, and change the text that is displayed accordingly.
* ExtensionInstallPrompt has a new prompt type with different text
for remotely installed extensions.
BUG= 365737
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270900
Total comments: 9
Total comments: 10
Total comments: 12
Total comments: 4
Total comments: 5
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+409 lines, -150 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
|
4 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/app_sync_data.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/app_sync_data.cc
|
View
|
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/crx_installer.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/crx_installer.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_disabled_ui.h
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_disabled_ui.cc
|
View
|
1
2
3
4
5
|
9 chunks |
+65 lines, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_disabled_ui_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_install_prompt.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_install_prompt.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+83 lines, -62 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+20 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service_unittest.cc
|
View
|
1
2
3
4
|
12 chunks |
+46 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_sync_data.h
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_sync_data.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_sync_service.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+20 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/pending_extension_info.h
|
View
|
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/pending_extension_info.cc
|
View
|
|
2 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/pending_extension_manager.h
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/pending_extension_manager.cc
|
View
|
|
10 chunks |
+19 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/updater/extension_updater_unittest.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/test/integration/two_client_apps_sync_test.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/themes/theme_syncable_service.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/extension_prefs.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/extension_prefs.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/common/extension.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
Total messages: 30 (0 generated)
|