Revert of Re-enabled contenteditable and text-changed tests after content editable...
[chromium-blink-merge.git] / third_party / widevine / cdm / widevine_cdm_version.h
blob08aa5b9e9404c15604e0ea208e9ed3e5948270eb
1 // Copyright (c) 2012 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 // This is a stand-in for a generated file that is available when the
6 // Widevine CDM is available.
8 #ifndef WIDEVINE_CDM_VERSION_H_
9 #define WIDEVINE_CDM_VERSION_H_
11 // If the Widevine CDM were available, we would include
12 // third_party/widevine/cdm/widevine_cdm_common.h and define two things:
13 // - WIDEVINE_CDM_AVAILABLE (to indicate availability), and
14 // - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available
15 // as a string, e.g., "1.0.123.456").
17 #endif // WIDEVINE_CDM_VERSION_H_