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

Unified Diff: content/browser/notifications/platform_notification_context_unittest.cc

Issue 2133083002: Remove all remaining traces of MessageLoopProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months 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: content/browser/notifications/platform_notification_context_unittest.cc
diff --git a/content/browser/notifications/platform_notification_context_unittest.cc b/content/browser/notifications/platform_notification_context_unittest.cc
index f8fcbfeec7f1808610a091544897d329c1ba658b..3616794a350bcff82f8eaab8f7d32560a5b12561 100644
--- a/content/browser/notifications/platform_notification_context_unittest.cc
+++ b/content/browser/notifications/platform_notification_context_unittest.cc
@@ -80,8 +80,7 @@ class PlatformNotificationContextTest : public ::testing::Test {
protected:
// Creates a new PlatformNotificationContextImpl instance. When using this
- // method, the underlying database will always be created in memory. The
- // current message loop proxy will be used as the task runner.
+ // method, the underlying database will always be created in memory.
PlatformNotificationContextImpl* CreatePlatformNotificationContext() {
PlatformNotificationContextImpl* context =
new PlatformNotificationContextImpl(base::FilePath(), &browser_context_,
« no previous file with comments | « content/browser/net/quota_policy_cookie_store.cc ('k') | content/browser/renderer_host/media/media_stream_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698