HomeSort by relevance Sort by last modified time
    Searched full:account_state (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/identity/
account_tracker.cc 125 AccountState account_state; local
126 account_state.ids.account_key = account_key;
127 account_state.ids.email = account_key;
128 account_state.is_signed_in = false;
129 accounts_.insert(make_pair(account_key, account_state));

Completed in 628 milliseconds