Chromium Code Reviews| Index: chrome/test/testing_profile.cc |
| =================================================================== |
| --- chrome/test/testing_profile.cc (revision 86624) |
| +++ chrome/test/testing_profile.cc (working copy) |
| @@ -676,10 +676,6 @@ |
| return ntp_resource_cache_.get(); |
| } |
| -StatusTray* TestingProfile::GetStatusTray() { |
| - return NULL; |
| -} |
| - |
| FilePath TestingProfile::last_selected_directory() { |
| return last_selected_directory_; |
| } |