HomeSort by relevance Sort by last modified time
    Searched full:background_scripts_value (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/extensions/common/manifest_handlers/
background_info.cc 111 const base::Value* background_scripts_value = NULL; local
112 if (!extension->manifest()->Get(key, &background_scripts_value))
115 CHECK(background_scripts_value);
116 if (background_scripts_value->GetType() != base::Value::TYPE_LIST) {
122 background_scripts_value->GetAsList(&background_scripts);

Completed in 504 milliseconds