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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/StorageDelegate.java

Issue 2298023002: Remove references to OffTheRecord in tabmodel (Closed)
Patch Set: Remove references to OffTheRecord in tabmodel/ Created 4 years, 4 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
Index: chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/StorageDelegate.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/StorageDelegate.java b/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/StorageDelegate.java
index 2bd218a64a7d72840c370b41c5fe739de3fac07c..121e53c5ef9c04eba82ea2f72bd3c7c1cf9911a7 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/StorageDelegate.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/StorageDelegate.java
@@ -57,7 +57,7 @@ public class StorageDelegate extends TabPersister {
/**
* Reads the file containing the minimum info required to restore the state of the
* {@link DocumentTabModel}.
- * @param encrypted Whether or not the file corresponds to an OffTheRecord TabModel.
+ * @param encrypted Whether or not the file corresponds to an Incognito TabModel.
* @return Byte buffer containing the task file's data, or null if it wasn't read.
*/
protected byte[] readMetadataFileBytes(boolean encrypted) {
@@ -151,7 +151,7 @@ public class StorageDelegate extends TabPersister {
/**
* Return the filename of the persisted TabModel state.
- * @param encrypted Whether or not the state belongs to an OffTheRecordDocumentTabModel.
+ * @param encrypted Whether or not the state belongs to an IncognitoDocumentTabModel.
* @return String pointing at the TabModel's persisted state.
*/
private String getFilename(boolean encrypted) {

Powered by Google App Engine
This is Rietveld 408576698