| commit | 391ad9f1b6ac96dc80d4c1b740245444fdae5765 | [log] [tgz] | 
|---|---|---|
| author | Alex Deymo <deymo@chromium.org> | Wed Jan 29 14:36:20 2014 -0800 | 
| committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | Tue Feb 04 00:54:11 2014 +0000 | 
| tree | 82f7d082b20d95f3a3b15ab07392ac3178a45f98 | |
| parent | 570ecb13235a41bea66f7e7dc18a88041d461c5f [diff] | 
PolicyManager: Add an base Variable class without type. The Variable<T> is a parametric type that requires to know the type T of the exported variable. This new BaseVariable class isn't parametric and allows to keep a list of variable pointers on the EvaluationContext to cache their provided results and dump the names of those variables. BUG=chromium:338590 TEST=unittest passes. Change-Id: I1677e3975d44575ed12f35c36381101d4379c5fc Reviewed-on: https://chromium-review.googlesource.com/184428 Tested-by: Alex Deymo <deymo@chromium.org> Reviewed-by: Alex Deymo <deymo@chromium.org> Commit-Queue: Alex Deymo <deymo@chromium.org>