| Index: components/net_log/net_export_ui_constants.cc
|
| diff --git a/components/net_log/net_export_ui_constants.cc b/components/net_log/net_export_ui_constants.cc
|
| index ce6c1f7a623e9313353344015de74f388918762b..3d367bb931de11044b71d898242aed394e3e6f93 100644
|
| --- a/components/net_log/net_export_ui_constants.cc
|
| +++ b/components/net_log/net_export_ui_constants.cc
|
| @@ -12,6 +12,7 @@ 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";
|
|
|
|
|