Adds support for the search key in the Virtual Keyboard. We currently do not use...
[chromium-blink-merge.git] / gin / initialize.h
blob4ebcf8da48e1983fd1bf98290af45ed96af2991b
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.
5 #ifndef GIN_INITIALIZE_H_
6 #define GIN_INITIALIZE_H_
8 namespace gin {
10 void Initialize();
12 } // namespace gin
14 #endif // GIN_INITIALIZE_H_