Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1713)

Unified Diff: content/browser/tab_contents/tab_contents_observer.cc

Issue 8587001: Have ExtensionHost use TabContents instead of RenderViewHost. Try #3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {
}

Powered by Google App Engine
This is Rietveld 408576698