| 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..7c3e39aa0bcd192c1d8b96ae972ee3820888ace8 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_TEST));
|
| ASSERT_TRUE(launched_listener.WaitUntilSatisfied());
|
|
|
| // Instruct the app to write |num_bytes| of data.
|
|
|