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

Side by Side Diff: components/net_log/net_export_ui_constants.cc

Issue 1361923005: Move net-export resources to //components/net_log (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 unified diff | Download patch
OLDNEW
(Empty)
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
5 #include "components/net_log/net_export_ui_constants.h"
6
7 namespace net_log {
8
9 // Resource paths.
10 const char kNetExportUIJS[] = "net_export.js";
11
12 // Message handlers.
13 const char kGetExportNetLogInfoHandler[] = "getExportNetLogInfo";
14 const char kSendNetLogHandler[] = "sendNetLog";
15 const char kStartNetLogHandler[] = "startNetLog";
16 const char kStopNetLogHandler[] = "stopNetLog";
17
18 // Other values.
19 const char kOnExportNetLogInfoChanged[] =
20 "NetExportView.getInstance().onExportNetLogInfoChanged";
21
22 } // namespace net_log
OLDNEW
« no previous file with comments | « components/net_log/net_export_ui_constants.h ('k') | components/net_log/resources/net_export.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698