| Index: chrome/browser/extensions/test_extension_prefs.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/test_extension_prefs.cc (revision 114254)
|
| +++ chrome/browser/extensions/test_extension_prefs.cc (working copy)
|
| @@ -143,8 +143,7 @@
|
|
|
| EXPECT_TRUE(Extension::IdIsValid(extension->id()));
|
| prefs_->OnExtensionInstalled(extension, Extension::ENABLED,
|
| - extra_flags & Extension::FROM_WEBSTORE,
|
| - StringOrdinal::CreateInitialOrdinal());
|
| + extra_flags & Extension::FROM_WEBSTORE, 0);
|
| return extension;
|
| }
|
|
|
|
|