Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/
Dcrx_installer.cc153 expected_manifest_.reset(approval->manifest->DeepCopy()); in CrxInstaller()
294 valid = expected_manifest_->Equals(original_manifest_.get()); in AllowInstall()
301 *expected_manifest_->value(), in AllowInstall()
Dcrx_installer.h306 scoped_ptr<Manifest> expected_manifest_; variable