Add missing mandoline build deps caught by the new GN version.
[chromium-blink-merge.git] / chrome / common / chrome_isolated_world_ids.h
blobb3a124de61f7d8ae8bbe4b94341ced3bc5ae340a
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 CHROME_COMMON_CHROME_ISOLATED_WORLD_IDS_H_
6 #define CHROME_COMMON_CHROME_ISOLATED_WORLD_IDS_H_
8 #include "content/public/common/isolated_world_ids.h"
10 namespace chrome {
12 enum ChromeIsolatedWorldIDs {
13 // Isolated world ID for Chrome Translate.
14 ISOLATED_WORLD_ID_TRANSLATE = content::ISOLATED_WORLD_ID_CONTENT_END + 1,
16 // Isolated world ID for internal Chrome features.
17 ISOLATED_WORLD_ID_CHROME_INTERNAL,
19 // Numbers for isolated worlds for extensions are set in
20 // extensions/renderer/script_injection.cc, and are are greater than or equal
21 // to this number.
22 ISOLATED_WORLD_ID_EXTENSIONS
25 } // namespace chrome
27 #endif // CHROME_COMMON_CHROME_ISOLATED_WORLD_IDS_H_