This repository was archived by the owner on Apr 3, 2020. It is now read-only.
Commit 53b5c91
committed
[Offline pages] Fixing restoring bookmarks filter, when offline pages disabled
Ensures that when enhanced bookmarks UI is restoring the past filter
for content saved offline, and offline pages are disabled, it is treating
the state as invalid and reverts to the all bookmarks state.
BUG=581976
Review URL: https://codereview.chromium.org/1656103002
Cr-Commit-Position: refs/heads/master@{#372983}
(cherry picked from commit d1b363e)
Review URL: https://codereview.chromium.org/1662563002 .
Cr-Commit-Position: refs/branch-heads/2623@{#241}
Cr-Branched-From: 92d7753-refs/heads/master@{#369907}1 parent aecedda commit 53b5c91
File tree
2 files changed
+16
-2
lines changed- chrome/android
- javatests/src/org/chromium/chrome/browser/enhancedbookmarks
- java/src/org/chromium/chrome/browser/enhancedbookmarks
2 files changed
+16
-2
lines changedchrome/android/java/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkUIState.java
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
154 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
155 | 161 | | |
156 | 162 | | |
157 | 163 | | |
158 | | - | |
| 164 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
244 | 252 | | |
0 commit comments