Roll ANGLE e754fb8..6ffeb74
[chromium-blink-merge.git] / chrome / renderer / chrome_isolated_world_ids.h
bloba52450e274d39ed76eec629d9708344f15a98858
1 // Copyright (c) 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_RENDERER_CHROME_ISOLATED_WORLD_IDS_H_
6 #define CHROME_RENDERER_CHROME_ISOLATED_WORLD_IDS_H_
8 #include "content/public/renderer/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_RENDERER_CHROME_ISOLATED_WORLD_IDS_H_