Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6174)

Unified Diff: chrome/browser/extensions/extension_storage_monitor_browsertest.cc

Issue 757433004: Add SOURCE_TEST. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update existing browser tests to use the correct source. Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698