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

Unified Diff: mojo/services/tracing/public/cpp/switches.h

Issue 1278673002: Add stats collection for telemetry startup.warm.blank_page test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment. Created 5 years, 4 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
« no previous file with comments | « mojo/services/tracing/public/cpp/BUILD.gn ('k') | mojo/services/tracing/public/cpp/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/tracing/public/cpp/switches.h
diff --git a/components/devtools_service/public/cpp/switches.h b/mojo/services/tracing/public/cpp/switches.h
similarity index 51%
copy from components/devtools_service/public/cpp/switches.h
copy to mojo/services/tracing/public/cpp/switches.h
index 65c48e9a3db0015f586958205459691a124dac2b..49dae998d45ae2280f0aeb8eb086355637883f01 100644
--- a/components/devtools_service/public/cpp/switches.h
+++ b/mojo/services/tracing/public/cpp/switches.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_DEVTOOLS_SERVICE_PUBLIC_CPP_SWITCHES_H_
-#define COMPONENTS_DEVTOOLS_SERVICE_PUBLIC_CPP_SWITCHES_H_
+#ifndef MOJO_SERVICES_TRACING_PUBLIC_CPP_SWITCHES_H_
+#define MOJO_SERVICES_TRACING_PUBLIC_CPP_SWITCHES_H_
-namespace devtools_service {
+namespace tracing {
// All switches in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
-extern const char kRemoteDebuggingPort[];
+extern const char kEnableStatsCollectionBindings[];
-} // namespace devtools_service
+} // namespace tracing
-#endif // COMPONENTS_DEVTOOLS_SERVICE_PUBLIC_CPP_SWITCHES_H_
+#endif // MOJO_SERVICES_TRACING_PUBLIC_CPP_SWITCHES_H_
« no previous file with comments | « mojo/services/tracing/public/cpp/BUILD.gn ('k') | mojo/services/tracing/public/cpp/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698