| Index: chrome/test/base/testing_profile_manager.cc
|
| ===================================================================
|
| --- chrome/test/base/testing_profile_manager.cc (revision 150342)
|
| +++ chrome/test/base/testing_profile_manager.cc (working copy)
|
| @@ -24,13 +24,6 @@
|
| virtual Profile* CreateProfileHelper(const FilePath& file_path) OVERRIDE {
|
| return new TestingProfile(file_path);
|
| }
|
| -
|
| -#if defined(OS_WIN)
|
| - virtual ProfileShortcutManagerWin* CreateShortcutManager() OVERRIDE {
|
| - // We should avoid creating shortcuts in these tests.
|
| - return NULL;
|
| - }
|
| -#endif
|
| };
|
|
|
| } // namespace testing
|
|
|