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

Unified Diff: chrome/browser/browsing_data/browsing_data_file_system_helper.cc

Issue 136113019: Cleanup: Remove some unused code, or make them platform specific. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix build Created 6 years, 11 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/browsing_data/browsing_data_file_system_helper.cc
===================================================================
--- chrome/browser/browsing_data/browsing_data_file_system_helper.cc (revision 246675)
+++ chrome/browser/browsing_data/browsing_data_file_system_helper.cc (working copy)
@@ -188,12 +188,10 @@
}
CannedBrowsingDataFileSystemHelper::CannedBrowsingDataFileSystemHelper(
- Profile* profile)
- : is_fetching_(false) {
+ Profile* profile) {
}
-CannedBrowsingDataFileSystemHelper::CannedBrowsingDataFileSystemHelper()
- : is_fetching_(false) {
+CannedBrowsingDataFileSystemHelper::CannedBrowsingDataFileSystemHelper() {
}
CannedBrowsingDataFileSystemHelper::~CannedBrowsingDataFileSystemHelper() {}

Powered by Google App Engine
This is Rietveld 408576698