| Index: chrome/android/java/src/org/chromium/chrome/browser/preferences/website/ResetFullscreenPermission.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/website/ClearWebsiteStorage.java b/chrome/android/java/src/org/chromium/chrome/browser/preferences/website/ResetFullscreenPermission.java
|
| similarity index 71%
|
| copy from chrome/android/java/src/org/chromium/chrome/browser/preferences/website/ClearWebsiteStorage.java
|
| copy to chrome/android/java/src/org/chromium/chrome/browser/preferences/website/ResetFullscreenPermission.java
|
| index 0d32874e8ed715c52f5cbc58c207dd5e29cf7b86..f0c4b97a8e83ed25577162bc3b4923effe076e1f 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/preferences/website/ClearWebsiteStorage.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/preferences/website/ResetFullscreenPermission.java
|
| @@ -10,17 +10,13 @@ import android.preference.DialogPreference;
|
| import android.util.AttributeSet;
|
|
|
| /**
|
| - * Dialog that prompts the user to clear website storage on the device.
|
| + * Dialog that prompts the user to reset fullscreen permission.
|
| */
|
| -public class ClearWebsiteStorage extends DialogPreference {
|
| +public class ResetFullscreenPermission extends DialogPreference {
|
|
|
| private DialogInterface.OnClickListener mConfirmationListener;
|
|
|
| - public ClearWebsiteStorage(Context context, AttributeSet attrs, int defStyle) {
|
| - super(context, attrs, defStyle);
|
| - }
|
| -
|
| - public ClearWebsiteStorage(Context context, AttributeSet attrs) {
|
| + public ResetFullscreenPermission(Context context, AttributeSet attrs) {
|
| super(context, attrs);
|
| }
|
|
|
|
|