| Index: chrome/browser/apps/app_browsertest_util.cc
|
| diff --git a/chrome/browser/apps/app_browsertest_util.cc b/chrome/browser/apps/app_browsertest_util.cc
|
| index 169883fb3117e6e73f89d450a022f4886459a1db..ccb73046a4f083e784aacbc25ac41a1e5dafecf6 100644
|
| --- a/chrome/browser/apps/app_browsertest_util.cc
|
| +++ b/chrome/browser/apps/app_browsertest_util.cc
|
| @@ -116,7 +116,7 @@ const Extension* PlatformAppBrowserTest::InstallAndLaunchPlatformApp(
|
| void PlatformAppBrowserTest::LaunchPlatformApp(const Extension* extension) {
|
| OpenApplication(AppLaunchParams(browser()->profile(), extension,
|
| LAUNCH_CONTAINER_NONE, NEW_WINDOW,
|
| - extensions::SOURCE_UNTRACKED));
|
| + extensions::SOURCE_BROWSER_TEST));
|
| }
|
|
|
| WebContents* PlatformAppBrowserTest::GetFirstAppWindowWebContents() {
|
|
|