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

Unified Diff: chrome/browser/android/offline_pages/offline_page_utils.h

Issue 1551753002: Build third-party code with -Wall, build chromium_code with -Wextra on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: thestig Created 4 years, 12 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/browser/android/offline_pages/offline_page_utils.h
diff --git a/chrome/browser/android/offline_pages/offline_page_utils.h b/chrome/browser/android/offline_pages/offline_page_utils.h
index f06d9643dc7e87c65cc4669e28463f1e91e74faa..77d4d08e5603475c205d6831265b139f7a1bbe78 100644
--- a/chrome/browser/android/offline_pages/offline_page_utils.h
+++ b/chrome/browser/android/offline_pages/offline_page_utils.h
@@ -46,7 +46,7 @@ class OfflinePageUtils {
const GURL& online_url);
// Checks whether any offline page is saved.
- static const bool HasOfflinePages(content::BrowserContext* browser_context);
+ static bool HasOfflinePages(content::BrowserContext* browser_context);
};
} // namespace offline_pages

Powered by Google App Engine
This is Rietveld 408576698