Home
last modified time | relevance | path

Searched defs:kInvalidProfileId (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/profiles/
Dprofile.h168 static const ProfileId kInvalidProfileId; variable
Dprofile.cc96 const ProfileId Profile::kInvalidProfileId = static_cast<ProfileId>(0); member in Profile