|
Sync the launch type pref for apps.
This CL syncs the launch type pref for apps by adding a property to
app_specifics.proto. The sync data is processed in ExtensionSyncService.
extensions::SetLaunchType has been changed to take an ExtensionService
so that it is able to sync the pref change when a launch type is updated.
A value has been added to the LaunchType enum to represent an invalid
launch type preference.
BUG= 181576
TBR=sky@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244112
Total comments: 7
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+198 lines, -36 lines) |
Patch |
 |
M |
chrome/browser/automation/testing_automation_provider.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/management/management_apitest.cc
|
View
|
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/app_sync_data.h
|
View
|
1
2
3
4
|
4 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/app_sync_data.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+19 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_sync_service.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/launch_util.h
|
View
|
1
2
3
4
|
2 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/launch_util.cc
|
View
|
1
2
3
4
|
4 chunks |
+22 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/test/integration/sync_app_helper.cc
|
View
|
1
2
3
4
|
4 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/test/integration/two_client_apps_sync_test.cc
|
View
|
1
2
3
4
|
2 chunks |
+70 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/app_list_controller_delegate.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/launcher/launcher_context_menu.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/startup/startup_browser_creator_browsertest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/ntp/app_launcher_handler.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_constants.h
|
View
|
1
2
3
|
1 chunk |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
sync/protocol/app_specifics.proto
|
View
|
1
2
|
2 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sync/protocol/proto_enum_conversions.h
|
View
|
1
2
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/protocol/proto_enum_conversions.cc
|
View
|
1
2
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/protocol/proto_value_conversions.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 17 (0 generated)
|