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

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

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/test/test_url_constants.h ('k') | ios/web/test/web_test.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/test/test_url_constants.cc
diff --git a/ui/gl/gl_image.cc b/ios/web/test/test_url_constants.cc
similarity index 57%
copy from ui/gl/gl_image.cc
copy to ios/web/test/test_url_constants.cc
index b74aa83280aac15363d7da4828b83e84bbe6667c..e867552a56d50a9dd0784d5bd0c1fb363c13c70a 100644
--- a/ui/gl/gl_image.cc
+++ b/ios/web/test/test_url_constants.cc
@@ -2,12 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/gl/gl_image.h"
+#include "ios/web/test/test_url_constants.h"
-namespace gl {
+namespace web {
-bool GLImage::EmulatingRGB() const {
- return false;
-}
+const char kTestWebUIScheme[] = "testwebui";
-} // namespace gl
+} // namespace web
« no previous file with comments | « ios/web/test/test_url_constants.h ('k') | ios/web/test/web_test.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698