blob: c0dea8bd915580a4001f860a3409ba795a5c3745 [file] [log] [blame]
// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/net_log/net_export_ui_constants.h"
namespace net_log {
// Message handlers.
const char kEnableNotifyUIWithStateHandler[] = "enableNotifyUIWithState";
const char kSendNetLogHandler[] = "sendNetLog";
const char kShowFile[] = "showFile";
const char kStartNetLogHandler[] = "startNetLog";
const char kStopNetLogHandler[] = "stopNetLog";
// Other values.
const char kNetLogInfoChangedEvent[] = "net-log-info-changed";
} // namespace net_log