| Index: chrome/browser/platform_util_android.cc
|
| diff --git a/chrome/browser/platform_util_android.cc b/chrome/browser/platform_util_android.cc
|
| index 1476ffdf72c395d46bc4e9b62f97f073fab7570a..935bc3aca63c08a8887749ab63a5647d391f7a73 100644
|
| --- a/chrome/browser/platform_util_android.cc
|
| +++ b/chrome/browser/platform_util_android.cc
|
| @@ -18,7 +18,7 @@ void OpenItem(const base::FilePath& full_path) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| -void OpenExternal(const GURL& url) {
|
| +void OpenExternal(Profile* profile, const GURL& url) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| @@ -47,4 +47,3 @@ bool IsVisible(gfx::NativeView view) {
|
| }
|
|
|
| } // namespace platform_util
|
| -
|
|
|