Home
last modified time | relevance | path

Searched refs:secondary_passphrase (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/
Dsync_setup_flow.h34 std::string secondary_passphrase; member
Dsync_setup_flow.cc241 configuration.secondary_passphrase.length() > 0); in OnUserConfigured()
245 service_->SetPassphrase(configuration.secondary_passphrase, true, true); in OnUserConfigured()
/external/chromium/chrome/browser/ui/webui/options/
Dsync_setup_handler.cc127 !result->GetString("passphrase", &config->secondary_passphrase)) in GetConfiguration()