diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-24 20:18:39 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-24 20:18:39 +0000 |
commit | 397c95bad28694797902ddaca84a2434e1cb3e3f (patch) | |
tree | 94d727ca8a4302dcfdea5642a3a626836f9d2a1f /remoting/host/usage_stats_consent_win.cc | |
parent | ef97ce340c462d5212336f09bf8075d1cb10faa4 (diff) | |
download | chromium_src-397c95bad28694797902ddaca84a2434e1cb3e3f.zip chromium_src-397c95bad28694797902ddaca84a2434e1cb3e3f.tar.gz chromium_src-397c95bad28694797902ddaca84a2434e1cb3e3f.tar.bz2 |
Cleanups in Chromoting Host.
1. Removed constants.[h|cc]
2. Removed platform if-defs in remoting_me2me_host.cc where they are not necessary.
Review URL: https://codereview.chromium.org/10913260
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158366 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/usage_stats_consent_win.cc')
-rw-r--r-- | remoting/host/usage_stats_consent_win.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/host/usage_stats_consent_win.cc b/remoting/host/usage_stats_consent_win.cc index f0d0a1d..fa7345b 100644 --- a/remoting/host/usage_stats_consent_win.cc +++ b/remoting/host/usage_stats_consent_win.cc @@ -10,7 +10,7 @@ #include "base/logging.h" #include "base/stringprintf.h" #include "base/win/registry.h" -#include "remoting/host/constants.h" +#include "remoting/host/win/omaha.h" namespace { @@ -42,7 +42,7 @@ LONG ReadUsageStatsValue(const wchar_t* state_key, DWORD* usagestats_out) { namespace remoting { bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy) { - // TODO(alexeypa): report whether the consent is set by pollicy once + // TODO(alexeypa): report whether the consent is set by policy once // supported. *set_by_policy = false; |