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

Unified Diff: content/browser/web_contents/aura/overscroll_window_delegate_unittest.cc

Issue 1507413003: clang/win: Let some chromium_code targets build with -Wextra. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: content_browsertests Created 5 years 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 | « content/browser/system_message_window_win.cc ('k') | content/child/npapi/webplugin_delegate_impl_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/aura/overscroll_window_delegate_unittest.cc
diff --git a/content/browser/web_contents/aura/overscroll_window_delegate_unittest.cc b/content/browser/web_contents/aura/overscroll_window_delegate_unittest.cc
index 13382a8656fb72791ec3bf19bfb286492285d691..15c9f88cbe7cf1c2814791dfd13816218bf99703 100644
--- a/content/browser/web_contents/aura/overscroll_window_delegate_unittest.cc
+++ b/content/browser/web_contents/aura/overscroll_window_delegate_unittest.cc
@@ -54,11 +54,9 @@ class OverscrollWindowDelegateTest : public aura::test::AuraTestBase,
OverscrollMode current_mode() { return current_mode_; }
- const float touch_start_threshold() {
- return touch_start_threshold_;
- }
+ float touch_start_threshold() { return touch_start_threshold_; }
- const float touch_complete_threshold() {
+ float touch_complete_threshold() {
return kTestWindowWidth * touch_complete_threshold_;
}
« no previous file with comments | « content/browser/system_message_window_win.cc ('k') | content/child/npapi/webplugin_delegate_impl_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698