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

Unified Diff: chrome/browser/importer/importer_list.cc

Issue 10977073: Delete some unused code found by -Wunused-function (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: leiz Created 8 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 | « chrome/browser/google_apis/gdata_util_unittest.cc ('k') | chrome/browser/metrics/metrics_log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/importer_list.cc
diff --git a/chrome/browser/importer/importer_list.cc b/chrome/browser/importer/importer_list.cc
index 1c3d0ab7cff0e27e577991aafcbafda28226821c..53b924910bda2c7a6948e9eb61469c847e42b9a6 100644
--- a/chrome/browser/importer/importer_list.cc
+++ b/chrome/browser/importer/importer_list.cc
@@ -93,6 +93,7 @@ void DetectFirefoxProfiles(std::vector<importer::SourceProfile*>* profiles) {
profiles->push_back(firefox);
}
+#if defined(OS_WIN)
void DetectGoogleToolbarProfiles(
std::vector<importer::SourceProfile*>* profiles,
scoped_refptr<net::URLRequestContextGetter> request_context_getter) {
@@ -109,6 +110,7 @@ void DetectGoogleToolbarProfiles(
google_toolbar->request_context_getter = request_context_getter;
profiles->push_back(google_toolbar);
}
+#endif
} // namespace
« no previous file with comments | « chrome/browser/google_apis/gdata_util_unittest.cc ('k') | chrome/browser/metrics/metrics_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698