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

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

Issue 7880003: content: Move constrained window code from TabContents to TabContentsWrapper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Attempt to fix views merge part 2 Created 9 years, 3 months 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 927965a70ccc1a66fd999e365e74cf46d9125af5..f3b5af524336704b7aba447ea3ef8c4ceb146a7c 100644
--- a/content/browser/tab_contents/tab_contents_observer.cc
+++ b/content/browser/tab_contents/tab_contents_observer.cc
@@ -61,6 +61,9 @@ void TabContentsObserver::DidFinishLoad(int64 frame_id) {
void TabContentsObserver::DidGetUserGesture() {
}
+void TabContentsObserver::DidGetIgnoredUIEvent() {
+}
+
void TabContentsObserver::DidBecomeSelected() {
}

Powered by Google App Engine
This is Rietveld 408576698