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

Unified Diff: chrome/browser/sync_file_system/remote_file_sync_service.h

Issue 16232019: Fix for finding a disabled origin after it was already moved to enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Hiroki review #2 Created 7 years, 7 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/sync_file_system/remote_file_sync_service.h
diff --git a/chrome/browser/sync_file_system/remote_file_sync_service.h b/chrome/browser/sync_file_system/remote_file_sync_service.h
index 0deb9c410094f3556602ff0fcfbea932593bcbd5..40b57cbd96b2e7b506e46ff1b8d8d900b9d8c9d0 100644
--- a/chrome/browser/sync_file_system/remote_file_sync_service.h
+++ b/chrome/browser/sync_file_system/remote_file_sync_service.h
@@ -100,6 +100,8 @@ class RemoteFileSyncService {
const GURL& origin,
const SyncStatusCallback& callback) = 0;
+ // Re-enables |origin| that was previously disabled. If |origin| is not a
+ // SyncFS app, then the origin is effectively ignored.
virtual void EnableOriginForTrackingChanges(
const GURL& origin,
const SyncStatusCallback& callback) = 0;

Powered by Google App Engine
This is Rietveld 408576698