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

Side by Side Diff: chrome/browser/extensions/api/cast_channel/cast_auth_util_openssl.cc

Issue 395333003: Extensions: Move cast_channel and hid APIs to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/browser/extensions/api/cast_channel/cast_auth_util.h"
6
7 #include "base/logging.h"
8
9 namespace extensions {
10 namespace api {
11 namespace cast_channel {
12
13 bool AuthenticateChallengeReply(const CastMessage& challenge_reply,
14 const std::string& peer_cert) {
15 NOTREACHED();
16 return false;
17 }
18
19 } // namespace cast_channel
20 } // namespace api
21 } // namespace extensions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698