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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_unittest_win.cc354 const base::string16 new_profile_2_name = L"New Profile Name"; local
355 RenameProfile(FROM_HERE, profile_2_path_, new_profile_2_name);
357 ValidateProfileShortcut(FROM_HERE, new_profile_2_name, profile_2_path_);
568 const base::string16 new_profile_2_name = L"New profile"; local
569 RenameProfile(FROM_HERE, profile_2_path_, new_profile_2_name);
576 ValidateProfileShortcut(FROM_HERE, new_profile_2_name, profile_2_path_);
727 const base::string16 new_profile_2_name = L"New Name 2"; local
730 new_profile_2_name);
733 ValidateProfileShortcut(FROM_HERE, new_profile_2_name, profile_2_path_);

Completed in 66 milliseconds