Index: content/browser/tab_contents/tab_contents_observer.cc |
diff --git a/content/browser/tab_contents/tab_contents_observer.cc b/content/browser/tab_contents/tab_contents_observer.cc |
index 29ab1a56f125cf12cd9a5f31c32031dd4961b38e..aec33b532aaf3c523be95902eb9e5d3c60d3330f 100644 |
--- a/content/browser/tab_contents/tab_contents_observer.cc |
+++ b/content/browser/tab_contents/tab_contents_observer.cc |
@@ -63,6 +63,9 @@ void TabContentsObserver::DidFailProvisionalLoad( |
const string16& error_description) { |
} |
+void TabContentsObserver::DocumentAvailableInMainFrame() { |
+} |
+ |
void TabContentsObserver::DocumentLoadedInFrame(int64 frame_id) { |
} |