Home
last modified time | relevance | path

Searched refs:g_empty_script_list (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/extensions/manifest_handlers/
Dcontent_scripts_handler.cc337 static base::LazyInstance<EmptyUserScriptList> g_empty_script_list = variable
354 : g_empty_script_list.Get().user_script_list; in GetContentScripts()