| Index: chrome/browser/views/bookmark_manager_view.h
|
| ===================================================================
|
| --- chrome/browser/views/bookmark_manager_view.h (revision 33366)
|
| +++ chrome/browser/views/bookmark_manager_view.h (working copy)
|
| @@ -229,6 +229,10 @@
|
| // A pointer to the ProfileSyncService instance if one exists.
|
| ProfileSyncService* sync_service_;
|
|
|
| + // True if the cached credentials have expired and we need to prompt the
|
| + // user to re-enter their password.
|
| + bool sync_relogin_required_;
|
| +
|
| // Factory used for delaying search.
|
| ScopedRunnableMethodFactory<BookmarkManagerView> search_factory_;
|
|
|
|
|