Chromium Code Reviews| Index: chrome/browser/profiles/profile.cc |
| =================================================================== |
| --- chrome/browser/profiles/profile.cc (revision 86295) |
| +++ chrome/browser/profiles/profile.cc (working copy) |
| @@ -289,10 +289,6 @@ |
| return GetOriginalProfile()->GetExtensionService(); |
| } |
| - virtual StatusTray* GetStatusTray() { |
| - return GetOriginalProfile()->GetStatusTray(); |
| - } |
| - |
| virtual UserScriptMaster* GetUserScriptMaster() { |
| return GetOriginalProfile()->GetUserScriptMaster(); |
| } |