Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: trunk/src/tools/win/ChromeDebug/ChromeDebug/Guids.cs

Issue 23537062: Revert 223758 "Initial submit of ChromeDebug extension. " (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
- };
-}
« no previous file with comments | « trunk/src/tools/win/ChromeDebug/ChromeDebug/GlobalSuppressions.cs ('k') | trunk/src/tools/win/ChromeDebug/ChromeDebug/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698