[email protected] | efad664 | 2012-02-28 03:42:42 | [diff] [blame] | 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. | ||||
4 | |||||
qinmin | d4599b4 | 2015-09-08 20:06:20 | [diff] [blame] | 5 | #include <jni.h> |
6 | |||||
7 | #include "base/android/jni_android.h" | ||||
8 | #include "base/android/jni_string.h" | ||||
[email protected] | efad664 | 2012-02-28 03:42:42 | [diff] [blame] | 9 | #include "base/logging.h" |
10 | #include "chrome/browser/platform_util.h" | ||||
Henrique Nakashima | 1d8cf4e | 2019-10-24 22:31:38 | [diff] [blame^] | 11 | #include "chrome/browser/util/jni_headers/PlatformUtil_jni.h" |
jaekyun | e4f9eed | 2015-02-24 02:06:58 | [diff] [blame] | 12 | #include "ui/android/view_android.h" |
qinmin | d4599b4 | 2015-09-08 20:06:20 | [diff] [blame] | 13 | #include "url/gurl.h" |
[email protected] | efad664 | 2012-02-28 03:42:42 | [diff] [blame] | 14 | |
torne | 8656011 | 2016-08-04 15:59:04 | [diff] [blame] | 15 | using base::android::ScopedJavaLocalRef; |
16 | |||||
[email protected] | efad664 | 2012-02-28 03:42:42 | [diff] [blame] | 17 | namespace platform_util { |
18 | |||||
19 | // TODO: crbug/115682 to track implementation of the following methods. | ||||
20 | |||||
[email protected] | 4d225de1 | 2013-12-13 09:29:17 | [diff] [blame] | 21 | void ShowItemInFolder(Profile* profile, const base::FilePath& full_path) { |