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

Unified Diff: components/sync/driver/sync_service.h

Issue 2504433002: [Sync] Return nullptr for OpenTabsUIDelegate when PROXY_TABS is disabled. (Closed)
Patch Set: Fixed sessions extensions test, added a pss unittest. Created 4 years, 1 month 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: components/sync/driver/sync_service.h
diff --git a/components/sync/driver/sync_service.h b/components/sync/driver/sync_service.h
index 40528c4622ef8d835c481342cdfacd9b45cf870b..708a606ef2a821461f86355a0493133cb93a7894 100644
--- a/components/sync/driver/sync_service.h
+++ b/components/sync/driver/sync_service.h
@@ -205,8 +205,8 @@ class SyncService : public DataTypeEncryptionHandler {
// (such as deciding when to prompt for an encryption passphrase).
virtual bool IsBackendInitialized() const = 0;
- // Return the active OpenTabsUIDelegate. If sessions is not enabled or not
- // currently syncing, returns nullptr.
+ // Return the active OpenTabsUIDelegate. If open/proxy tabs is not enabled or
+ // not currently syncing, returns nullptr.
virtual sync_sessions::OpenTabsUIDelegate* GetOpenTabsUIDelegate() = 0;
// Returns true if OnPassphraseRequired has been called for decryption and

Powered by Google App Engine
This is Rietveld 408576698