Home | History | Annotate | Download | only in extensions

Lines Matching refs:extension

19 #include "chrome/common/extensions/extension.h"
28 scoped_refptr<Extension> ConvertUserScriptToExtension(
70 // User scripts are not signed, but the public key for an extension doubles as
80 // The script may not have a name field, but we need one for an extension. If
135 Extension::kManifestFilename);
149 scoped_refptr<Extension> extension = Extension::Create(
151 Extension::INTERNAL,
153 Extension::NO_FLAGS,
155 if (!extension) {
156 NOTREACHED() << "Could not init extension " << *error;
161 return extension;