blob: aae50e7dca78036855a74a5fcd5368fe5b6572e3 [file] [log] [blame]
[email protected]efad6642012-02-28 03:42:421// 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
qinmind4599b42015-09-08 20:06:205#include <jni.h>
6
7#include "base/android/jni_android.h"
8#include "base/android/jni_string.h"
[email protected]efad6642012-02-28 03:42:429#include "base/logging.h"
10#include "chrome/browser/platform_util.h"
Henrique Nakashima1d8cf4e2019-10-24 22:31:3811#include "chrome/browser/util/jni_headers/PlatformUtil_jni.h"
jaekyune4f9eed2015-02-24 02:06:5812#include "ui/android/view_android.h"
qinmind4599b42015-09-08 20:06:2013#include "url/gurl.h"
[email protected]efad6642012-02-28 03:42:4214
torne86560112016-08-04 15:59:0415using base::android::ScopedJavaLocalRef;
16
[email protected]efad6642012-02-28 03:42:4217namespace platform_util {
18
19// TODO: crbug/115682 to track implementation of the following methods.
20
[email protected]4d225de12013-12-13 09:29:1721void ShowItemInFolder(Profile* profile, const base::FilePath& full_path) {