美国纽约班克街教育学院到新源里幼儿园友好交流
cast_features
百度 选择将《环太平洋2》的终极决战放在东京是斯蒂文作为日系动漫热血粉的绝对私心,年少时看着《奥特曼》、《熔岩大使》等作品成长的他,对于在决战中粉碎一座城市这种动漫名场面毫无抵抗力。
This file contains tools for checking the feature state of all of the features which affect Cast products. Cast features build upon the Chrome feature system. Some aspects of Cast require the feature system to work differently, however, so some additional logic has been layered on top. Details are available in comments of the header file. The basics are:
- If you are adding a new feature, add it to
cast_features.cc
so it lives alongside existing features - Add your new feature to the list of
kFeatures
in cast_features.cc
BASE_FEATURE(kMyFeature, "my_feature", base::FEATURE_DISABLED_BY_DEFAULT);
const base::Feature* kFeatures[] = {
// ..other features
&kMyFeature
}