diff options
author | danno@chromium.org <danno@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-03 10:24:11 +0000 |
---|---|---|
committer | danno@chromium.org <danno@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-03 10:24:11 +0000 |
commit | 12a3c0247e14ff824027318e477693e8db1bbfd9 (patch) | |
tree | 50c0f8070bdc7b4046540bbad45389a614f7ee9d /chrome/chrome_tests.gypi | |
parent | a614c8154fa773c2b55ab36df9f67c67dc09c087 (diff) | |
download | chromium_src-12a3c0247e14ff824027318e477693e8db1bbfd9.zip chromium_src-12a3c0247e14ff824027318e477693e8db1bbfd9.tar.gz chromium_src-12a3c0247e14ff824027318e477693e8db1bbfd9.tar.bz2 |
C++ readability review for danno
I wrote much of the cross-platform policy-providing mechanism for Chrome. Much of the policy code is cross platform, so I would like to apply for a Linux C++ readability review. However, my submitted CLs also contain Windows-specific code, so I'm unsure if Windows readability is more appropriate.
* Implementation of managed policy abstraction on top of a preference store. This is the CL that is the initial preparation for implementing platform-specific policy - http://codereview.chromium.org/1692011
* Implement core mechanism to honor Windows Group Policy on top of initial CL - http://codereview.chromium.org/2119005
* Dynamic refresh of policy without restarting Chrome including Windows-specific code - http://codereview.chromium.org/2858060
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3774003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64897 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index e165f41..e8fd4c7 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1387,6 +1387,7 @@ 'browser/policy/device_token_fetcher_unittest.cc', 'browser/policy/file_based_policy_provider_unittest.cc', 'browser/policy/managed_prefs_banner_base_unittest.cc', + 'browser/policy/mock_configuration_policy_provider.cc', 'browser/policy/mock_configuration_policy_provider.h', 'browser/policy/mock_configuration_policy_store.h', 'browser/preferences_mock_mac.cc', |