diff options
author | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-04 05:04:16 +0000 |
---|---|---|
committer | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-04 05:04:16 +0000 |
commit | 902a8a01d32a4a992b2f8932504b7b2da8705b65 (patch) | |
tree | 654846c6daaaefd0db447d18db77443d139e2d18 /chrome/common/extensions/extension_test_util.h | |
parent | afb2f0a293ea1ad11cf364a8e71fcc65310d0b45 (diff) | |
download | chromium_src-902a8a01d32a4a992b2f8932504b7b2da8705b65.zip chromium_src-902a8a01d32a4a992b2f8932504b7b2da8705b65.tar.gz chromium_src-902a8a01d32a4a992b2f8932504b7b2da8705b65.tar.bz2 |
Add os/arch/nacl_arch to webstore install code
We already had it for update checks, but need it for the initial install
requests as well.
BUG=235233
Review URL: https://chromiumcodereview.appspot.com/14935002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198294 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/extension_test_util.h')
-rw-r--r-- | chrome/common/extensions/extension_test_util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/extensions/extension_test_util.h b/chrome/common/extensions/extension_test_util.h index 278f514..12e5104 100644 --- a/chrome/common/extensions/extension_test_util.h +++ b/chrome/common/extensions/extension_test_util.h @@ -16,9 +16,6 @@ class Extension; namespace extension_test_util { -// Makes a fake extension id using the given |seed|. -std::string MakeId(std::string seed); - // Return a very simple extension with id |id|. scoped_refptr<extensions::Extension> CreateExtensionWithID(std::string id); |