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

Unified Diff: ios/chrome/browser/chrome_url_constants.cc

Issue 887043002: Upstream utilities for iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 11 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
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";
« no previous file with comments | « ios/chrome/browser/chrome_url_constants.h ('k') | ios/chrome/browser/translate/translate_service_ios_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698