net_export_ui_constants.cc 744 B

1234567891011121314151617181920212223
  1. // Copyright 2015 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "components/net_log/net_export_ui_constants.h"
  5. namespace net_log {
  6. // Resource paths.
  7. const char kNetExportUICSS[] = "net_export.css";
  8. const char kNetExportUIJS[] = "net_export.js";
  9. // Message handlers.
  10. const char kEnableNotifyUIWithStateHandler[] = "enableNotifyUIWithState";
  11. const char kSendNetLogHandler[] = "sendNetLog";
  12. const char kShowFile[] = "showFile";
  13. const char kStartNetLogHandler[] = "startNetLog";
  14. const char kStopNetLogHandler[] = "stopNetLog";
  15. // Other values.
  16. const char kNetLogInfoChangedEvent[] = "net-log-info-changed";
  17. } // namespace net_log