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

Side by Side Diff: net/android/gurl_utils.h

Issue 11416347: Adding java implementation for Geolocation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated comment and copyright date Created 8 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "net/quic/crypto/crypto_protocol.h" 5 #ifndef NET_ANDROID_GURL_UTILS_H_
willchan no longer on Chromium 2012/12/13 22:44:29 Hehe, I don't think branching is really what you w
Kristian Monsen 2012/12/13 23:32:32 I was wondering about this as well, I think it is
6 #define NET_ANDROID_GURL_UTILS_H_
7
8 #include <jni.h>
willchan no longer on Chromium 2012/12/13 22:44:29 Can we just forward declare JNIEnv?
Kristian Monsen 2012/12/13 23:32:32 It doesn't actually need to be (read can't I think
willchan no longer on Chromium 2012/12/13 23:41:09 Magic included? I don't know what that means. Do y
6 9
7 namespace net { 10 namespace net {
8 11
9 CryptoHandshakeMessage::CryptoHandshakeMessage() {} 12 bool RegisterGURLUtils(JNIEnv* env);
10 CryptoHandshakeMessage::~CryptoHandshakeMessage() {}
11 13
12 } // namespace net 14 } // net namespace
15
16 #endif // NET_ANDROID_GURL_UTILS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698