Index: chrome/browser/extensions/extension_browsertest.cc |
diff --git a/chrome/browser/extensions/extension_browsertest.cc b/chrome/browser/extensions/extension_browsertest.cc |
index 1631724ea4b0723a1012cec3f1775ddf06892e7f..b4dfbcebe1da8b4f9375453e41a4ef95d6924793 100644 |
--- a/chrome/browser/extensions/extension_browsertest.cc |
+++ b/chrome/browser/extensions/extension_browsertest.cc |
@@ -95,7 +95,8 @@ const Extension* ExtensionBrowserTest::LoadExtensionWithOptions( |
// The call to OnExtensionInstalled ensures the other extension prefs |
// are set up with the defaults. |
service->extension_prefs()->OnExtensionInstalled( |
- extension, Extension::ENABLED, false, 0); |
+ extension, Extension::ENABLED, false, |
+ StringOrdinal::CreateValidOrdinal()); |
// Toggling incognito or file access will reload the extension, so wait for |
// the reload and grab the new extension instance. The default state is |