Rename GetIconID to GetIconId
[chromium-blink-merge.git] / chrome / browser / android / omnibox / answers_image_bridge.h
blob23d75bc8506a8a25040361eed80c18bcd5ab09d8
1 // Copyright 2014 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 CHROME_BROWSER_ANDROID_OMNIBOX_ANSWERS_IMAGE_BRIDGE_H_
6 #define CHROME_BROWSER_ANDROID_OMNIBOX_ANSWERS_IMAGE_BRIDGE_H_
8 #include <jni.h>
10 // Registers native methods.
11 bool RegisterAnswersImageBridge(JNIEnv* env);
13 #endif // CHROME_BROWSER_ANDROID_OMNIBOX_ANSWERS_IMAGE_BRIDGE_H_