| Index: chrome/browser/extensions/extension_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_browsertest.cc (revision 114254)
|
| +++ chrome/browser/extensions/extension_browsertest.cc (working copy)
|
| @@ -92,8 +92,7 @@
|
| // The call to OnExtensionInstalled ensures the other extension prefs
|
| // are set up with the defaults.
|
| service->extension_prefs()->OnExtensionInstalled(
|
| - extension, Extension::ENABLED, false,
|
| - StringOrdinal::CreateInitialOrdinal());
|
| + extension, Extension::ENABLED, false, 0);
|
|
|
| // Toggling incognito or file access will reload the extension, so wait for
|
| // the reload and grab the new extension instance. The default state is
|
|
|