summaryrefslogtreecommitdiffstats
path: root/url/url_constants.cc
diff options
context:
space:
mode:
Diffstat (limited to 'url/url_constants.cc')
-rw-r--r--url/url_constants.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/url/url_constants.cc b/url/url_constants.cc
new file mode 100644
index 0000000..7df30da
--- /dev/null
+++ b/url/url_constants.cc
@@ -0,0 +1,12 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "url/url_constants.h"
+
+namespace url {
+
+const char kHttpScheme[] = "http";
+const char kHttpsScheme[] = "https";
+
+} // namespace url