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

Unified Diff: chrome/browser/services/gcm/gcm_desktop_utils.h

Issue 1297503003: Merging chrome/common/gcm_desktop_util.* and chrome/browser/services/gcm/gcm_desktop_util.*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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: chrome/browser/services/gcm/gcm_desktop_utils.h
diff --git a/chrome/browser/services/gcm/gcm_desktop_utils.h b/chrome/browser/services/gcm/gcm_desktop_utils.h
index 8105829d017233a59073fd6a942eb44204d2644d..ca2149c1a6ab24d6d3f9600f9c979a0d625bde88 100644
--- a/chrome/browser/services/gcm/gcm_desktop_utils.h
+++ b/chrome/browser/services/gcm/gcm_desktop_utils.h
@@ -11,6 +11,7 @@
class PrefService;
namespace base {
class FilePath;
+class SequencedTaskRunner;
}
namespace net {
@@ -22,6 +23,15 @@ namespace gcm {
class GCMDriver;
class GCMClientFactory;
+scoped_ptr<GCMDriver> CreateGCMDriverDesktopWithTaskRunners(
+ scoped_ptr<GCMClientFactory> gcm_client_factory,
+ PrefService* prefs,
+ const base::FilePath& store_path,
+ const scoped_refptr<net::URLRequestContextGetter>& request_context,
+ const scoped_refptr<base::SequencedTaskRunner>& ui_thread,
+ const scoped_refptr<base::SequencedTaskRunner>& io_thread,
+ const scoped_refptr<base::SequencedTaskRunner>& blocking_task_runner);
+
scoped_ptr<GCMDriver> CreateGCMDriverDesktop(
scoped_ptr<GCMClientFactory> gcm_client_factory,
PrefService* prefs,
« no previous file with comments | « no previous file | chrome/browser/services/gcm/gcm_desktop_utils.cc » ('j') | chrome/browser/services/gcm/gcm_desktop_utils.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698