profile_sync_service.h | 433 // |is_creation| is true if the call is in response to the user setting 438 bool is_creation); 614 bool is_creation; member in struct:ProfileSyncService::CachedPassphrase 615 CachedPassphrase() : is_explicit(false), is_creation(false) {}
|