QUIC - cleanup changes to sync chromium tree with internal source.
[chromium-blink-merge.git] / ios / web / public / block_types.h
blob8074dc04e69856c886dd9480cf46f2cb011a4062
1 // Copyright 2015 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.
5 #ifndef IOS_WEB_PUBLIC_BLOCK_TYPES_H_
6 #define IOS_WEB_PUBLIC_BLOCK_TYPES_H_
8 #import <Foundation/Foundation.h>
10 namespace web {
12 // The type of the completion handler block that is called to inform about
13 // JavaScript evaluation completion.
14 typedef void (^JavaScriptCompletion)(NSString*, NSError*);
16 } // namespace
18 #endif // IOS_WEB_PUBLIC_BLOCK_TYPES_H_