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

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

Issue 887043002: Upstream utilities for iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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.h
diff --git a/ios/chrome/browser/chrome_url_constants.h b/ios/chrome/browser/chrome_url_constants.h
new file mode 100644
index 0000000000000000000000000000000000000000..df061b4694483bfbb7ad02d3a3edc672d99cfd1b
--- /dev/null
+++ b/ios/chrome/browser/chrome_url_constants.h
@@ -0,0 +1,15 @@
+// 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.
+
+// Contains constants for known URLs and portions thereof.
+
+#ifndef IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_
+#define IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_
+
+// URL components for Chrome on iOS.
+extern const char kChromeUIExternalFileHost[];
+extern const char kChromeUIOmahaHost[];
+extern const char kChromeUISetUpForTestingHost[];
+
+#endif // IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698