[Android] Make adb_install_apk use the device blacklist.
[chromium-blink-merge.git] / mandoline / tab / frame_user_data.h
blob9afe216f145ad049de7ea57e37ec47621f0f16cb
1 // Copyright 2015 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 MANDOLINE_TAB_FRAME_USER_DATA_H_
6 #define MANDOLINE_TAB_FRAME_USER_DATA_H_
8 namespace mandoline {
10 // Arbitrary data that may be associated with each frame.
11 class FrameUserData {
12 public:
13 virtual ~FrameUserData() {}
16 } // namespace mandoline
18 #endif // MANDOLINE_TAB_FRAME_USER_DATA_H_