1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef MEDIA_BASE_ANDROID_MEDIA_COMMON_ANDROID_H_
6 #define MEDIA_BASE_ANDROID_MEDIA_COMMON_ANDROID_H_
10 // Time update message is sent to the render process every 100ms.
11 static const int kTimeUpdateInterval
= 100;
15 #endif // MEDIA_BASE_ANDROID_MEDIA_COMMON_ANDROID_H_