| Index: chrome/browser/profiles/profile_shortcut_manager_stub.cc
|
| diff --git a/chrome/browser/profiles/profile_shortcut_manager_stub.cc b/chrome/browser/profiles/profile_shortcut_manager_stub.cc
|
| index b1a0a0e1d2ddc55a06db8c9d82d8e62f5f46166f..858251eb8fd9feae026a8b1ebc57bbbed2e6ac91 100644
|
| --- a/chrome/browser/profiles/profile_shortcut_manager_stub.cc
|
| +++ b/chrome/browser/profiles/profile_shortcut_manager_stub.cc
|
| @@ -14,3 +14,10 @@ ProfileShortcutManager* ProfileShortcutManager::Create(
|
| ProfileManager* manager) {
|
| return NULL;
|
| }
|
| +
|
| +// static
|
| +string16 ProfileShortcutManager::GetShortcutNameForProfile(
|
| + const string16& profile_name) {
|
| + NOTREACHED();
|
| + return string16();
|
| +}
|
|
|