// 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 CHROME_COMMON_CHROME_ISOLATED_WORLD_IDS_H_ #define CHROME_COMMON_CHROME_ISOLATED_WORLD_IDS_H_ #include "build/build_config.h" #include "content/public/common/isolated_world_ids.h" // LINT.IfChange // When changing this file, ChromeIsolatedWorldIds.java must be updated as well. enum ChromeIsolatedWorldIDs { … }; // LINT.ThenChange(//chrome/android/java/src/org/chromium/chrome/browser/common/ChromeIsolatedWorldIds.java) #endif // CHROME_COMMON_CHROME_ISOLATED_WORLD_IDS_H_