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

Unified Diff: mojo/fetcher/switches.h

Issue 1342503003: Move fetching logic out of ApplicationManager, eliminate url mappings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 3 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/fetcher/network_fetcher.cc ('k') | mojo/fetcher/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/fetcher/switches.h
diff --git a/mojo/services/tracing/public/cpp/switches.h b/mojo/fetcher/switches.h
similarity index 54%
copy from mojo/services/tracing/public/cpp/switches.h
copy to mojo/fetcher/switches.h
index 49dae998d45ae2280f0aeb8eb086355637883f01..207a9e746f2037640b1e225639d050951a3b1b17 100644
--- a/mojo/services/tracing/public/cpp/switches.h
+++ b/mojo/fetcher/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 MOJO_SERVICES_TRACING_PUBLIC_CPP_SWITCHES_H_
-#define MOJO_SERVICES_TRACING_PUBLIC_CPP_SWITCHES_H_
+#ifndef MOJO_FETCHER_SWITCHES_H_
+#define MOJO_FETCHER_SWITCHES_H_
-namespace tracing {
+namespace switches {
// All switches in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
-extern const char kEnableStatsCollectionBindings[];
+extern const char kDisableCache[];
-} // namespace tracing
+} // namespace switches
-#endif // MOJO_SERVICES_TRACING_PUBLIC_CPP_SWITCHES_H_
+#endif // MOJO_FETCHER_SWITCHES_H_
« no previous file with comments | « mojo/fetcher/network_fetcher.cc ('k') | mojo/fetcher/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698