Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2567)

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/ClearBrowsingDataPreferences.java

Issue 1875633003: Move the nonstatic members under static ones in ClearBrowsingDataPreferences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add-dialog-rebased
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/ClearBrowsingDataPreferences.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/ClearBrowsingDataPreferences.java b/chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/ClearBrowsingDataPreferences.java
index 864685aebee39000a8a3d8758049e14f158cafef..900931eb599f2cad2aaf4842660a49663ac61c4f 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/ClearBrowsingDataPreferences.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/ClearBrowsingDataPreferences.java
@@ -131,9 +131,6 @@ public class ClearBrowsingDataPreferences extends PreferenceFragment
private static final String WEB_HISTORY_URL =
"https://history.google.com/history/?utm_source=chrome_cbd";
- private OtherFormsOfHistoryDialogFragment mDialogAboutOtherFormsOfBrowsingHistory;
- private boolean mIsDialogAboutOtherFormsOfBrowsingHistoryEnabled;
-
/**
* The various data types that can be cleared via this screen.
*/
@@ -195,6 +192,9 @@ public class ClearBrowsingDataPreferences extends PreferenceFragment
}
}
+ private OtherFormsOfHistoryDialogFragment mDialogAboutOtherFormsOfBrowsingHistory;
+ private boolean mIsDialogAboutOtherFormsOfBrowsingHistoryEnabled;
+
private ProgressDialog mProgressDialog;
private Item[] mItems;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698