// 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[] = …; const char kNetExportUIJS[] = …; // Message handlers. const char kEnableNotifyUIWithStateHandler[] = …; const char kSendNetLogHandler[] = …; const char kShowFile[] = …; const char kStartNetLogHandler[] = …; const char kStopNetLogHandler[] = …; // Other values. const char kNetLogInfoChangedEvent[] = …; } // namespace net_log