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

Unified Diff: third_party/grpc/src/objective-c/examples/Sample/Sample/AppDelegate.m

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/grpc/src/objective-c/examples/Sample/Sample/AppDelegate.m
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfaceDocument.idl b/third_party/grpc/src/objective-c/examples/Sample/Sample/AppDelegate.m
similarity index 92%
copy from third_party/WebKit/Source/bindings/tests/idls/core/TestInterfaceDocument.idl
copy to third_party/grpc/src/objective-c/examples/Sample/Sample/AppDelegate.m
index 2a687e871a44bace871a2d7b65243bbbdedc7339..a38e36651ed276cf24213087348cd932c5164ba8 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfaceDocument.idl
+++ b/third_party/grpc/src/objective-c/examples/Sample/Sample/AppDelegate.m
@@ -1,5 +1,7 @@
/*
- * Copyright (C) 2014 Google Inc. All rights reserved.
+ *
+ * Copyright 2015, Google Inc.
+ * All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -26,7 +28,10 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
*/
-interface TestInterfaceDocument : Document {
-};
+#import "AppDelegate.h"
+
+@implementation AppDelegate
+@end

Powered by Google App Engine
This is Rietveld 408576698