Searched refs:custom_profile_name (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager_unittest.cc1054 const base::string16 custom_profile_name = ASCIIToUTF16("Batman"); local
1055 cache.SetNameOfProfileAtIndex(0, custom_profile_name);
1057 EXPECT_EQ(custom_profile_name, cache.GetNameOfProfileAtIndex(0));
1058 EXPECT_EQ(custom_profile_name,
1065 EXPECT_EQ(custom_profile_name,
1075 EXPECT_EQ(custom_profile_name,

Completed in 889 milliseconds