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 5649de6f529aa40cddc385fc4adfbfbe267cc608..c8cb98e719bc2a430abae667cc0537ea661c3088 100644 |
--- a/content/browser/tab_contents/tab_contents_observer.cc |
+++ b/content/browser/tab_contents/tab_contents_observer.cc |
@@ -69,6 +69,9 @@ void TabContentsObserver::DocumentLoadedInFrame(int64 frame_id) { |
void TabContentsObserver::DidFinishLoad(int64 frame_id) { |
} |
+void TabContentsObserver::DidGetUserGesture() { |
+} |
+ |
void TabContentsObserver::DidStartLoading() { |
} |