// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_PUBLIC_COMMON_ISOLATED_WORLD_IDS_H_ #define CONTENT_PUBLIC_COMMON_ISOLATED_WORLD_IDS_H_ #include <cstdint> namespace content { // Please keep this enum in sync with IsolatedWordIds.java // LINT.IfChange enum IsolatedWorldIDs : int32_t { … }; // LINT.ThenChange(//content/public/android/java/src/org/chromium/content_public/common/IsolatedWorldIds.java) } // namespace content #endif // CONTENT_PUBLIC_COMMON_ISOLATED_WORLD_IDS_H_