commit | 12075d18817f463f954cdb5f6d51f3ac7ecc498a | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Feb 27 05:38:05 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Feb 27 05:38:05 2013 |
tree | fb54304f45c20c9a55b13c8ece8ed311217a053d | |
parent | 48790d16154ba864c7a2ef68bf3e97ce709f227d [diff] [blame] |
Change --load-extension flag so the extensions don't persist across restart. I made --load-extension use a different Location type than other unpacked extensions, but they are still treated the same in most cases. BUG=73330 [email protected] Review URL: https://chromiumcodereview.appspot.com/12345002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184887 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/extension_nacl_browsertest.cc b/chrome/browser/extensions/extension_nacl_browsertest.cc index ce134016..03f69305 100644 --- a/chrome/browser/extensions/extension_nacl_browsertest.cc +++ b/chrome/browser/extensions/extension_nacl_browsertest.cc
@@ -152,7 +152,7 @@ const Extension* extension = InstallExtension(INSTALL_TYPE_UNPACKED); ASSERT_TRUE(extension); - ASSERT_EQ(extension->location(), Manifest::LOAD); + ASSERT_EQ(extension->location(), Manifest::UNPACKED); CheckPluginsCreated(extension, true); }