cc: Use LayerImpl instead of TiledLayerImpl in LTHI test.
[chromium-blink-merge.git] / chrome / browser / guest_view / ad_view / ad_view_constants.h
blobc7206ff3b02c898b79b38aa97fabffa8e6ce32c2
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 // Constants used for the adview API.
7 #ifndef CHROME_BROWSER_GUEST_VIEW_AD_VIEW_AD_VIEW_CONSTANTS_H_
8 #define CHROME_BROWSER_GUEST_VIEW_AD_VIEW_AD_VIEW_CONSTANTS_H_
10 namespace adview {
12 // Events.
13 extern const char kEventLoadAbort[];
14 extern const char kEventLoadCommit[];
16 } // namespace adview
18 #endif // CHROME_BROWSER_GUEST_VIEW_AD_VIEW_AD_VIEW_CONSTANTS_H_