diff options
author | mihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-17 20:25:49 +0000 |
---|---|---|
committer | mihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-17 20:25:49 +0000 |
commit | 6824c9f3070117dd340b60add331155ecb487e02 (patch) | |
tree | 7b6e13732a7c6c09b9fc3bd1d2c0e21527ff25d6 /chrome/chrome_tests.gypi | |
parent | 5edc18ad4b7b374500d3e9f3df19c3643a23dc9d (diff) | |
download | chromium_src-6824c9f3070117dd340b60add331155ecb487e02.zip chromium_src-6824c9f3070117dd340b60add331155ecb487e02.tar.gz chromium_src-6824c9f3070117dd340b60add331155ecb487e02.tar.bz2 |
Add webstorePrivate.beginInstallWithManifest3 and remove webstorePrivate.beginInstall.
beginInstallWithManifest3 is a superset of beginInstallWithManifest2 with the
following changes:
- Don't require a user gesture (there's a prompt already, and the gesture
requirement is preventing the webstore from lazily loading manifest data).
- Allow additional properties in the object parameter that's passed in. We
had issues where we added the iconUrl param in M15, but the store couldn't
pass it to M14 builds since they barfed on unknown properties.
Also removes the old beginInstall method, since the store always uses
beginInstallWithManifest2 now.
BUG=100242,100240
R=mpcomplete@chromium.org
Review URL: http://codereview.chromium.org/8271020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105899 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index c67411c..44a6c56 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -2381,7 +2381,6 @@ 'browser/extensions/extension_fileapi_apitest.cc', 'browser/extensions/extension_function_test_utils.cc', 'browser/extensions/extension_function_test_utils.h', - 'browser/extensions/extension_gallery_install_apitest.cc', 'browser/extensions/extension_geolocation_apitest.cc', 'browser/extensions/extension_get_views_apitest.cc', 'browser/extensions/extension_history_apitest.cc', |