Index: content/browser/tab_contents/tab_contents_delegate.cc |
=================================================================== |
--- content/browser/tab_contents/tab_contents_delegate.cc (revision 0) |
+++ content/browser/tab_contents/tab_contents_delegate.cc (working copy) |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/tab_contents/tab_contents_delegate.h" |
+#include "content/browser/tab_contents/tab_contents_delegate.h" |
#include "chrome/common/url_constants.h" |
#include "ui/gfx/rect.h" |
@@ -220,5 +220,8 @@ |
return true; |
} |
+void TabContentsDelegate::WorkerCrashed() { |
+} |
+ |
TabContentsDelegate::~TabContentsDelegate() { |
} |