Use app list item shadow for app list folders.
[chromium-blink-merge.git] / chrome / browser / android / content_view_util.h
blobea68300fb1109a90c2e14638d2a5937b7dae85b8
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
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_ANDROID_CONTENT_VIEW_UTIL_H_
6 #define CHROME_BROWSER_ANDROID_CONTENT_VIEW_UTIL_H_
8 #include "base/android/jni_android.h"
10 // Register the ContentViewUtil's native methods through JNI.
11 bool RegisterContentViewUtil(JNIEnv* env);
13 #endif // CHROME_BROWSER_ANDROID_CONTENT_VIEW_UTIL_H_