| Index: chrome/browser/sync/glue/bookmark_change_processor.h
|
| diff --git a/chrome/browser/sync/glue/bookmark_change_processor.h b/chrome/browser/sync/glue/bookmark_change_processor.h
|
| index 88909a0ba8f084332fef811b28e80cc1dc192458..cf592f18df1482a33be8533dfc96cc57d595b052 100644
|
| --- a/chrome/browser/sync/glue/bookmark_change_processor.h
|
| +++ b/chrome/browser/sync/glue/bookmark_change_processor.h
|
| @@ -206,6 +206,9 @@ class BookmarkChangeProcessor : public BookmarkModelObserver,
|
| // Creates or updates a sync node associated with |node|.
|
| void CreateOrUpdateSyncNode(const BookmarkNode* node);
|
|
|
| + // Returns false if |node| should not be synced.
|
| + bool CanSyncNode(const BookmarkNode* node);
|
| +
|
| // The bookmark model we are processing changes from. Non-NULL when
|
| // |running_| is true.
|
| BookmarkModel* bookmark_model_;
|
|
|