| Index: trunk/src/tools/win/ChromeDebug/ChromeDebug/Guids.cs
|
| ===================================================================
|
| --- trunk/src/tools/win/ChromeDebug/ChromeDebug/Guids.cs (revision 223795)
|
| +++ trunk/src/tools/win/ChromeDebug/ChromeDebug/Guids.cs (working copy)
|
| @@ -1,12 +0,0 @@
|
| -// Guids.cs
|
| -// MUST match guids.h
|
| -using System;
|
| -
|
| -namespace ChromeDebug {
|
| - static class GuidList {
|
| - public const string guidChromeDebugPkgString = "7de8bbab-82c7-4871-b82c-4d5d44a3979d";
|
| - public const string guidChromeDebugCmdSetString = "6608d840-ce6c-45ab-b856-eb0a0b471ff1";
|
| -
|
| - public static readonly Guid guidChromeDebugCmdSet = new Guid(guidChromeDebugCmdSetString);
|
| - };
|
| -}
|
|
|