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_ |