blob: 86d2fbacff04036966e215d352d32b1564e9d397 [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 {
// Resource paths.
const char kNetExportUICSS[] = "net_export.css";
const char kNetExportUIJS[] = "net_export.js";
// 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