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

Unified Diff: chrome/service/cloud_print/cloud_print_proxy_backend.h

Issue 2533083002: [Sync] SyncEngine refactor part 1: interfaces. (Closed)
Patch Set: Rebase. Created 4 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/service/cloud_print/cloud_print_proxy_backend.h
diff --git a/chrome/service/cloud_print/cloud_print_proxy_backend.h b/chrome/service/cloud_print/cloud_print_proxy_backend.h
index babf456c89b4dd38c00d058d95e3a30a891c1bdc..251e52654a7903fa60613874a8beced68c74569e 100644
--- a/chrome/service/cloud_print/cloud_print_proxy_backend.h
+++ b/chrome/service/cloud_print/cloud_print_proxy_backend.h
@@ -47,7 +47,7 @@ class CloudPrintProxyFrontend {
virtual void OnXmppPingUpdated(int ping_timeout) = 0;
protected:
- // Don't delete through SyncFrontend interface.
+ // Don't delete through CloudPrintProxyFrontend interface.
virtual ~CloudPrintProxyFrontend() {}
private:
@@ -79,7 +79,8 @@ class CloudPrintProxyBackend {
bool PostCoreTask(const tracked_objects::Location& from_here,
const base::Closure& task);
- // The real guts of SyncBackendHost, to keep the public client API clean.
+ // The real guts of CloudPrintProxyBackend, to keep the public client API
+ // clean.
class Core;
// A thread dedicated for use to perform initialization and authentication.
@@ -90,7 +91,7 @@ class CloudPrintProxyBackend {
scoped_refptr<Core> core_;
// A reference to the TaskRunner used to construct |this|, so we know how to
- // safely talk back to the SyncFrontend.
+ // safely talk back to the CloudPrintProxyFrontend.
const scoped_refptr<base::SingleThreadTaskRunner> frontend_task_runner_;
// The frontend which is responsible for displaying UI and updating Prefs.
« no previous file with comments | « chrome/browser/sync/sync_ui_util_unittest.cc ('k') | components/browser_sync/abstract_profile_sync_service_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698