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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/sync/SyncController.java

Issue 1026333005: [Sync] Remove SyncController.setSyncNotificationController() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/sync/SyncController.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/sync/SyncController.java b/chrome/android/java/src/org/chromium/chrome/browser/sync/SyncController.java
index c4f816ed5072d24be0d66e275e360404f03d92a5..df6cb4bc4b346ac891d15dcea404317835c73a76 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/sync/SyncController.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/sync/SyncController.java
@@ -200,16 +200,6 @@ public class SyncController implements ProfileSyncService.SyncStateChangedListen
}
/**
- * Sets the SyncNotificationController.
- *
- * This is a temporary method for transferring ownership of SyncNotificationController
- * upstream. SNC is now created in the constructor and this method can be removed once
- * the downstream call from GoogleServicesManager is removed.
- */
- public void setSyncNotificationController(SyncNotificationController snc) {
- }
-
- /**
* Returns the SyncNotificationController.
*/
public SyncNotificationController getSyncNotificationController() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698