Chromium Code Reviews| Index: chrome/browser/tab_contents/web_contents_unittest.cc |
| =================================================================== |
| --- chrome/browser/tab_contents/web_contents_unittest.cc (revision 12779) |
| +++ chrome/browser/tab_contents/web_contents_unittest.cc (working copy) |
| @@ -150,6 +150,9 @@ |
| this, MSG_ROUTING_NONE, NULL); |
| } |
| + virtual WebContentsView* CreateWebContentsView() { return NULL; } |
| + |
| + |
| virtual void CommandReceived(const std::string& command) { |
| command_received_count_++; |
| } |