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