| Index: chrome/browser/extensions/extension_storage_monitor_browsertest.cc
|
| diff --git a/chrome/browser/extensions/extension_storage_monitor_browsertest.cc b/chrome/browser/extensions/extension_storage_monitor_browsertest.cc
|
| index b96930a8ba75cc57f8b41cb16cb9adc0efd97d15..0872f97c111978058758e10ade15fbfaf84faac3 100644
|
| --- a/chrome/browser/extensions/extension_storage_monitor_browsertest.cc
|
| +++ b/chrome/browser/extensions/extension_storage_monitor_browsertest.cc
|
| @@ -181,8 +181,9 @@ class ExtensionStorageMonitorTest : public ExtensionBrowserTest {
|
| NotificationObserver notification_observer(
|
| GetNotificationId(extension->id()));
|
|
|
| - OpenApplication(AppLaunchParams(profile(), extension, LAUNCH_CONTAINER_NONE,
|
| - NEW_WINDOW, extensions::SOURCE_UNTRACKED));
|
| + OpenApplication(
|
| + AppLaunchParams(profile(), extension, LAUNCH_CONTAINER_NONE,
|
| + NEW_WINDOW, extensions::SOURCE_BROWSER_TEST));
|
| ASSERT_TRUE(launched_listener.WaitUntilSatisfied());
|
|
|
| // Instruct the app to write |num_bytes| of data.
|
|
|