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

Unified Diff: android_webview/browser/icon_helper.cc

Issue 2225343002: Navigation: move RestoreType and ReloadType into a separate file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [rebase] Created 4 years, 3 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 | « android_webview/browser/icon_helper.h ('k') | android_webview/native/state_serializer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/icon_helper.cc
diff --git a/android_webview/browser/icon_helper.cc b/android_webview/browser/icon_helper.cc
index 06ac0d6158a4081fa73ea4f5006f60ac653d6994..c2b3162cad86cbcf5b8ea6a95cf46fc20c028cc3 100644
--- a/android_webview/browser/icon_helper.cc
+++ b/android_webview/browser/icon_helper.cc
@@ -98,8 +98,8 @@ void IconHelper::DidUpdateFaviconURL(
void IconHelper::DidStartNavigationToPendingEntry(
const GURL& url,
- content::NavigationController::ReloadType reload_type) {
- if (reload_type == content::NavigationController::RELOAD_BYPASSING_CACHE)
+ content::ReloadType reload_type) {
+ if (reload_type == content::ReloadType::BYPASSING_CACHE)
ClearUnableToDownloadFavicons();
}
« no previous file with comments | « android_webview/browser/icon_helper.h ('k') | android_webview/native/state_serializer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698