| Index: components/timers/alarm_timer_chromeos.cc
|
| diff --git a/components/timers/alarm_timer_chromeos.cc b/components/timers/alarm_timer_chromeos.cc
|
| index ecf0bd2a2b84bef8d907785845b3b77e6b0a8696..e965f5f8df6c893707922decd095348e87e9f97e 100644
|
| --- a/components/timers/alarm_timer_chromeos.cc
|
| +++ b/components/timers/alarm_timer_chromeos.cc
|
| @@ -253,7 +253,7 @@ void AlarmTimer::Delegate::OnFileCanReadWithoutBlocking(int fd) {
|
| }
|
| }
|
|
|
| -void AlarmTimer::Delegate::OnFileCanWriteWithoutBlocking(int fd) {
|
| +void AlarmTimer::Delegate::OnFileCanWriteWithoutBlocking(int /*fd*/) {
|
| NOTREACHED();
|
| }
|
|
|
|
|