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