Index: chrome/browser/sync/glue/bookmark_change_processor.cc |
diff --git a/chrome/browser/sync/glue/bookmark_change_processor.cc b/chrome/browser/sync/glue/bookmark_change_processor.cc |
index 4a4b701a8aa1ee193dea52b50b69587d065b0ade..ae0e854ab6b1481d461a8162089cf931aa7765a1 100644 |
--- a/chrome/browser/sync/glue/bookmark_change_processor.cc |
+++ b/chrome/browser/sync/glue/bookmark_change_processor.cc |
@@ -530,9 +530,7 @@ void BookmarkChangeProcessor::ApplyChangesFromSyncModel( |
model->RemoveObserver(this); |
// Changes made to the bookmark model due to sync should not be undoable. |
-#if !defined(OS_ANDROID) |
ScopedSuspendBookmarkUndo suspend_undo(profile_); |
-#endif |
// Notify UI intensive observers of BookmarkModel that we are about to make |
// potentially significant changes to it, so the updates may be batched. For |