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

Unified Diff: chrome/browser/sync/engine/nudge_source.h

Issue 6874018: make new syncer thread the default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Send for CR. Created 9 years, 8 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/engine/nudge_source.h
diff --git a/chrome/browser/sync/engine/nudge_source.h b/chrome/browser/sync/engine/nudge_source.h
index 3e3b3ae8820f6b810470335df75276825bb9d831..432ce5513a53d94b364912cf801f5056c29415a6 100644
--- a/chrome/browser/sync/engine/nudge_source.h
+++ b/chrome/browser/sync/engine/nudge_source.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -8,8 +8,6 @@
namespace browser_sync {
-namespace s3 {
-
enum NudgeSource {
NUDGE_SOURCE_UNKNOWN = 0,
// We received an invalidation message and are nudging to check for updates.
@@ -18,9 +16,10 @@ enum NudgeSource {
NUDGE_SOURCE_LOCAL,
// A previous sync cycle did not fully complete (e.g. HTTP error).
NUDGE_SOURCE_CONTINUATION,
+ // Clear user private data.
+ CLEAR_USER_PRIVATE_DATA
tim (not reviewing) 2011/04/18 16:11:47 What's this about?
lipalani1 2011/04/18 20:36:41 Was needed to communicate with the adapter class.
};
-} // namespace s3
} // namespace browser_sync
#endif // CHROME_BROWSER_SYNC_ENGINE_NUDGE_SOURCE_H_

Powered by Google App Engine
This is Rietveld 408576698