Index: trunk/src/tools/win/ChromeDebug/ChromeDebug/PkgCmdID.cs |
=================================================================== |
--- trunk/src/tools/win/ChromeDebug/ChromeDebug/PkgCmdID.cs (revision 223795) |
+++ trunk/src/tools/win/ChromeDebug/ChromeDebug/PkgCmdID.cs (working copy) |
@@ -1,13 +0,0 @@ |
-// Copyright 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; |
- }; |
-} |