Searched refs:expected_manifest_ (Results 1 – 2 of 2) sorted by relevance
153 expected_manifest_.reset(approval->manifest->DeepCopy()); in CrxInstaller()294 valid = expected_manifest_->Equals(original_manifest_.get()); in AllowInstall()301 *expected_manifest_->value(), in AllowInstall()
306 scoped_ptr<Manifest> expected_manifest_; variable