Index: ios/chrome/browser/chrome_url_constants.cc |
diff --git a/ios/chrome/browser/chrome_url_constants.cc b/ios/chrome/browser/chrome_url_constants.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f8b2c91a71f696c2ae51a1808183e409b4f124f6 |
--- /dev/null |
+++ b/ios/chrome/browser/chrome_url_constants.cc |
@@ -0,0 +1,9 @@ |
+// Copyright 2012 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 "ios/chrome/browser/chrome_url_constants.h" |
+ |
+const char kChromeUIExternalFileHost[] = "external-file"; |
+const char kChromeUIOmahaHost[] = "omaha"; |
+const char kChromeUISetUpForTestingHost[] = "setupfortesting"; |