Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2492)

Unified Diff: components/net_log/net_export_ui_constants.cc

Issue 2857973003: Add a "Show File" button to chrome://net-export/ (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698