| OLD | NEW |
| (Empty) |
| 1 // Copyright 2013 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 // This file is used by Code Analysis to maintain SuppressMessage | |
| 6 // attributes that are applied to this project. Project-level | |
| 7 // suppressions either have no target or are given a specific target | |
| 8 // and scoped to a namespace, type, member, etc. | |
| 9 // | |
| 10 // To add a suppression to this file, right-click the message in the | |
| 11 // Error List, point to "Suppress Message(s)", and click "In Project | |
| 12 // Suppression File". You do not need to add suppressions to this | |
| 13 // file manually. | |
| 14 | |
| 15 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", | |
| 16 "CA1017:MarkAssembliesWithComVisible")] | |
| OLD | NEW |