| Index: tools/win/ChromeDebug/ChromeDebug/PkgCmdID.cs
|
| diff --git a/tools/win/ChromeDebug/ChromeDebug/PkgCmdID.cs b/tools/win/ChromeDebug/ChromeDebug/PkgCmdID.cs
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a56a4f517380b22c65a071918bf88651dcf406d0
|
| --- /dev/null
|
| +++ b/tools/win/ChromeDebug/ChromeDebug/PkgCmdID.cs
|
| @@ -0,0 +1,13 @@
|
| +// Copyright (c) 2013 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.
|
| +
|
| +// PkgCmdID.cs
|
| +// MUST match PkgCmdID.h
|
| +using System;
|
| +
|
| +namespace ChromeDebug {
|
| + static class PkgCmdIDList {
|
| + public const uint cmdidAttachToProcess = 0x100;
|
| + };
|
| +}
|
|
|