| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 249cfab012760f518816a1e6f4da48ee1bb5152c..afb9b83f74630d4103379bcfcc0b423039e549f3 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -12,6 +12,11 @@
|
|
|
| namespace chromeos {
|
| namespace switches {
|
| +// If this flag is passed, failed policy fetches will not cause profile
|
| +// initialization to fail. This is useful for tests because it means that
|
| +// tests don't have to mock out the policy infrastructure.
|
| +const char kAllowFailedPolicyFetchForTest[] =
|
| + "allow-failed-policy-fetch-for-test";
|
|
|
| // Allows remote attestation (RA) in dev mode for testing purpose. Usually RA
|
| // is disabled in dev mode because it will always fail. However, there are cases
|
|
|