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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_win.cc65 const int kMaxProfileShortcutFileNameLength = 64; member in namespace:__anon4538
571 // resulting filename doesn't exceed |kMaxProfileShortcutFileNameLength|.
573 // instead of limiting the profile's name to |kMaxProfileShortcutFileNameLength|
585 if (sanitized.size() > kMaxProfileShortcutFileNameLength)
586 sanitized.erase(kMaxProfileShortcutFileNameLength);

Completed in 50 milliseconds