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

Unified Diff: views/test/test_views_delegate.cc

Issue 7008015: Fix clang build for r86677. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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
« no previous file with comments | « views/test/test_views_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/test/test_views_delegate.cc
diff --git a/views/test/test_views_delegate.cc b/views/test/test_views_delegate.cc
index 1215af7a4ead7110f6b5ca5c08686250ac9e7521..54cadfc10733b0668772c199f37ab704625557d1 100644
--- a/views/test/test_views_delegate.cc
+++ b/views/test/test_views_delegate.cc
@@ -34,3 +34,7 @@ bool TestViewsDelegate::GetSavedMaximizedState(views::Window* window,
bool* maximized) const {
return false;
}
+
+int TestViewsDelegate::GetDispositionForEvent(int event_flags) OVERRIDE {
+ return 0;
+}
« no previous file with comments | « views/test/test_views_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698