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

Unified Diff: ios/web/test/test_url_constants.h

Issue 1929783002: [ios Mojo] Supporting code for define WebUI function. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_require_js
Patch Set: Actually use Map API Created 4 years, 7 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 | « ios/web/public/test/test_web_client.mm ('k') | ios/web/test/test_url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/test/test_url_constants.h
diff --git a/ios/web/test/test_url_constants.h b/ios/web/test/test_url_constants.h
new file mode 100644
index 0000000000000000000000000000000000000000..f47c75e8d3807df7b3943ea6809a87d52cc774a4
--- /dev/null
+++ b/ios/web/test/test_url_constants.h
@@ -0,0 +1,15 @@
+// Copyright 2016 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.
+
+#ifndef IOS_WEB_TEST_TEST_URL_CONSTANTS_H_
+#define IOS_WEB_TEST_TEST_URL_CONSTANTS_H_
+
+namespace web {
+
+// URL scheme for testing WebUI.
+extern const char kTestWebUIScheme[];
+
+} // namespace web
+
+#endif // IOS_WEB_TEST_TEST_URL_CONSTANTS_H_
« no previous file with comments | « ios/web/public/test/test_web_client.mm ('k') | ios/web/test/test_url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698