Chromium Code Reviews| Index: chrome/browser/resources/policy.js |
| diff --git a/chrome/browser/resources/policy.js b/chrome/browser/resources/policy.js |
| index 8fad18200cf1d4612fe3b12c5ed02d7e9f3f8c5f..d584e8a6cc96921e31e3c858d0e00b9944493afe 100644 |
| --- a/chrome/browser/resources/policy.js |
| +++ b/chrome/browser/resources/policy.js |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| @@ -18,7 +18,7 @@ var policyDataFormat = { |
| 'level': 'managed', |
| 'name': 'AllowXYZ', |
| 'set': true, |
| - 'sourceType': 'Device', |
| + 'scope': 'Device', |
|
Mattias Nissler (ping if slow)
2012/01/18 15:07:07
Shouldn't this now be 'Machine'?
Joao da Silva
2012/01/18 16:49:29
Done.
|
| 'status': 'ok', |
| 'value': true |
| } |