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

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

Issue 8498022: Have ExtensionHost use TabContents instead of RenderViewHost. Try #2. The first (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup 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 42d6fbe83506478bc88ab3c1b7a26eb3c7951f6c..3c1981a0076994df371a714b087b1add65b59a9c 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