| Index: chrome/browser/extensions/app_process_apitest.cc
|
| diff --git a/chrome/browser/extensions/app_process_apitest.cc b/chrome/browser/extensions/app_process_apitest.cc
|
| index 9eb11f6f5bb78b6af2b82f49816b03061f87a06b..a5c7f3173a9851f9fe43dacec36c5836e7482b52 100644
|
| --- a/chrome/browser/extensions/app_process_apitest.cc
|
| +++ b/chrome/browser/extensions/app_process_apitest.cc
|
| @@ -27,6 +27,7 @@
|
| #include "content/public/test/test_navigation_observer.h"
|
| #include "extensions/browser/extension_host.h"
|
| #include "extensions/browser/extension_system.h"
|
| +#include "extensions/browser/install_flag.h"
|
| #include "extensions/browser/process_map.h"
|
| #include "extensions/common/extension.h"
|
| #include "extensions/common/file_util.h"
|
| @@ -310,10 +311,7 @@ IN_PROC_BROWSER_TEST_F(AppApiTest, MAYBE_BookmarkAppGetsNormalProcess) {
|
| &error));
|
| service->OnExtensionInstalled(extension.get(),
|
| syncer::StringOrdinal::CreateInitialOrdinal(),
|
| - false /* no requirement errors */,
|
| - extensions::NOT_BLACKLISTED,
|
| - false /* not ephemeral */,
|
| - false /* don't wait for idle */);
|
| + extensions::kInstallFlagInstallImmediately);
|
| ASSERT_TRUE(extension.get());
|
| ASSERT_TRUE(extension->from_bookmark());
|
|
|
|
|