Index: chrome/browser/extensions/extension_browsertest.cc |
diff --git a/chrome/browser/extensions/extension_browsertest.cc b/chrome/browser/extensions/extension_browsertest.cc |
index b3f3d1b5cfba0d1180dd25a02eabd0256011bb99..0effda5fe6ac9f224a71d11b92541e62d18519d9 100644 |
--- a/chrome/browser/extensions/extension_browsertest.cc |
+++ b/chrome/browser/extensions/extension_browsertest.cc |
@@ -92,7 +92,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::CreateInitialOrdinal()); |
// Toggling incognito or file access will reload the extension, so wait for |
// the reload and grab the new extension instance. The default state is |