blob: 816b804a6469844f3dc929b1c2cea4942e8da79c [file] [log] [blame]
// 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;
};
}