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

Unified Diff: sky/shell/ios/sky_view_controller.h

Issue 1171573002: Basic Sky shell for iOS targets (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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: sky/shell/ios/sky_view_controller.h
diff --git a/mojo/public/interfaces/network/network_error.mojom b/sky/shell/ios/sky_view_controller.h
similarity index 68%
copy from mojo/public/interfaces/network/network_error.mojom
copy to sky/shell/ios/sky_view_controller.h
index 95b6cd17ff17463de88b92fb30ed19f1d6a89be7..d82b6cd242ae3a2341e7fd0373a3ec929f77097a 100644
--- a/mojo/public/interfaces/network/network_error.mojom
+++ b/sky/shell/ios/sky_view_controller.h
@@ -2,11 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mojo;
-
-struct NetworkError {
- int32 code;
- string? description;
-};
+#import <UIKit/UIKit.h>
+@interface SkyViewController : UIViewController
+@end

Powered by Google App Engine
This is Rietveld 408576698