|
Optimize promotion of ephemeral apps
Introduces ExtensionService::PromoteEphemeralApp(), which allows an
ephemeral app to be quickly promoted to a regular installed app.
This is called when installing from the app launcher, Web Store
detail page, "Install app" item in the ephemeral app's shelf menu,
or from sync.
BUG= 374018
TEST=browser_tests (EphemeralAppBrowserTest.*)
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273206
Total comments: 24
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+680 lines, -158 lines) |
Patch |
 |
A |
chrome/browser/apps/ephemeral_app_browsertest.h
|
View
|
1
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/apps/ephemeral_app_browsertest.cc
|
View
|
1
2
3
|
15 chunks |
+426 lines, -110 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/apps/ephemeral_app_service.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/apps/ephemeral_app_service.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/apps/shortcut_manager.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/apps/shortcut_manager.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/webstore_private/webstore_private_api.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/webstore_private/webstore_private_api.cc
|
View
|
1
|
5 chunks |
+28 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service.h
|
View
|
1
|
3 chunks |
+13 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service.cc
|
View
|
1
2
3
4
|
5 chunks |
+76 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_sync_service.cc
|
View
|
1
2
3
4
|
1 chunk |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/install_tracker.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/install_tracker.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/webstore_installer.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/webstore_installer.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/webstore_standalone_installer.cc
|
View
|
1
|
2 chunks |
+20 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/extension_prefs.h
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/extension_prefs.cc
|
View
|
1
|
3 chunks |
+16 lines, -4 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/extension_registry.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/extension_registry.cc
|
View
|
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/extension_registry_observer.h
|
View
|
1
2
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/extension_registry_unittest.cc
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
extensions/common/extension.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/common/extension.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|