Chromium Code Reviews| Index: content/test/webrtc_content_browsertest_base.h |
| diff --git a/content/test/webrtc_content_browsertest_base.h b/content/test/webrtc_content_browsertest_base.h |
| index 804be5a1f5c71c8d88ea09460fee6c72a72ca276..719bd48ff71976edc84ee3264106d19ad5f0587a 100644 |
| --- a/content/test/webrtc_content_browsertest_base.h |
| +++ b/content/test/webrtc_content_browsertest_base.h |
| @@ -37,6 +37,8 @@ class WebRtcContentBrowserTest: public ContentBrowserTest { |
| int max_height, |
| int min_frame_rate, |
| int max_frame_rate) const; |
| + |
| + bool OnWinXp() const; |
| }; |
| } // namespace content |