Index: chrome/browser/extensions/extension_browsertest.cc |
diff --git a/chrome/browser/extensions/extension_browsertest.cc b/chrome/browser/extensions/extension_browsertest.cc |
index b6ca8863e30edf632073720f1045859eb31db890..8fa5035151a2af4df558ad7a43d4e969dac3446f 100644 |
--- a/chrome/browser/extensions/extension_browsertest.cc |
+++ b/chrome/browser/extensions/extension_browsertest.cc |
@@ -90,7 +90,7 @@ 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); |
+ 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 |