diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-04 05:18:47 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-04 05:18:47 +0000 |
commit | bf3e52c3bfb0fe963339049950b05cb25372bf75 (patch) | |
tree | 56b3e5145cc04d3908db0889a5fa45a43201a598 /remoting/VERSION | |
parent | af10eb4a05a3bb5cc0a21a0937bf886a1b2fa2de (diff) | |
download | chromium_src-bf3e52c3bfb0fe963339049950b05cb25372bf75.zip chromium_src-bf3e52c3bfb0fe963339049950b05cb25372bf75.tar.gz chromium_src-bf3e52c3bfb0fe963339049950b05cb25372bf75.tar.bz2 |
Moved the Chromoting host configuration under %SystemDrive%\ProgramData and ACL-protected it explicitly. Raised the configuration size limit to 1MB.
This CL also adds IDaemonControl::UpdateConfig stub to be used later for minor configuration changes (changing the host pin for instance).
Review URL: https://chromiumcodereview.appspot.com/9963121
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130558 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/VERSION')
-rw-r--r-- | remoting/VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/VERSION b/remoting/VERSION index b0ecd30..1807650 100644 --- a/remoting/VERSION +++ b/remoting/VERSION @@ -1,4 +1,4 @@ MAJOR=1 MINOR=4 -BUILD=2 +BUILD=4 PATCH=0 |