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

Unified Diff: chrome/browser/views/bookmark_manager_view.h

Issue 437073: Patching the following CL from thiago.farina@gmail.com: http://codereview.chr... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/views/bookmark_manager_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/bookmark_manager_view.h
===================================================================
--- chrome/browser/views/bookmark_manager_view.h (revision 33098)
+++ chrome/browser/views/bookmark_manager_view.h (working copy)
@@ -228,6 +228,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_;
« no previous file with comments | « no previous file | chrome/browser/views/bookmark_manager_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698