| Index: android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
|
| diff --git a/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java b/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
|
| index 1768adcc8f972ef8babade43f18f9f44ad42efd7..bdc5637a40862a6b4f2a900943d55e4cfe730f7c 100644
|
| --- a/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
|
| +++ b/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -27,9 +27,11 @@ public abstract class AwWebContentsDelegate extends WebContentsDelegateAndroid {
|
| @CalledByNative
|
| public abstract boolean addNewContents(boolean isDialog, boolean isUserGesture);
|
|
|
| + @Override
|
| @CalledByNative
|
| public abstract void closeContents();
|
|
|
| + @Override
|
| @CalledByNative
|
| public abstract void activateContents();
|
|
|
|
|