| Index: chrome/browser/platform_util_aura.cc
|
| diff --git a/chrome/browser/platform_util_aura.cc b/chrome/browser/platform_util_aura.cc
|
| index db3a343893373b0ddca83fbdbbe1d47a4cbffbc3..9655cbfe7affb34e67c27529d52757f64154645a 100644
|
| --- a/chrome/browser/platform_util_aura.cc
|
| +++ b/chrome/browser/platform_util_aura.cc
|
| @@ -13,6 +13,16 @@
|
|
|
| namespace platform_util {
|
|
|
| +#if defined(OS_ANDROID)
|
| +void ShowItemInFolder(Profile* profile, const base::FilePath& full_path) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| +void OpenExternal(Profile* profile, const GURL& url) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +#endif // OS_ANDROID
|
| +
|
| gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
|
| return view->GetToplevelWindow();
|
| }
|
|
|