summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/api/automation_api_constants.h
blob: c171202839ddbcd3e2d4d7f164b44ece0eaff258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_COMMON_EXTENSIONS_API_AUTOMATION_API_CONSTANTS_H_
#define CHROME_COMMON_EXTENSIONS_API_AUTOMATION_API_CONSTANTS_H_

namespace extensions {
namespace api {
namespace automation {

// The accessibility tree ID of the desktop tree. All other tree IDs are
// for web content.
const int kDesktopTreeID = 0;

}  // namespace automation
}  // namespace api
}  // namespace extensions

#endif  // CHROME_COMMON_EXTENSIONS_API_AUTOMATION_API_CONSTANTS_H_