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

Unified Diff: chrome/browser/sync/profile_sync_service.h

Issue 6364009: From the enter-passphrase screen in sync setup, canceling should only disable... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months 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
Index: chrome/browser/sync/profile_sync_service.h
===================================================================
--- chrome/browser/sync/profile_sync_service.h (revision 72509)
+++ chrome/browser/sync/profile_sync_service.h (working copy)
@@ -471,6 +471,9 @@
return data_type_controllers_;
}
+ // Helper method for managing encryption UI.
+ bool IsEncryptedDatatypeEnabled() const;
+
// The wizard will try to read the auth state out of the profile sync
// service using this member. Captcha and error state are reflected.
GoogleServiceAuthError last_auth_error_;

Powered by Google App Engine
This is Rietveld 408576698