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

Unified Diff: chrome/browser/importer/importer_data_types.h

Issue 18120005: Remove Google Toolbar importer (aka google.com/bookmarks importer). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: -explicit Created 7 years, 6 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/importer/importer_bridge.h ('k') | chrome/browser/importer/importer_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/importer_data_types.h
diff --git a/chrome/browser/importer/importer_data_types.h b/chrome/browser/importer/importer_data_types.h
index 30e4d0356d9d6c79ec4faa7a677f4412f6a83def..7ce03bf4d9917c7862e212af9b40e9714b6582e8 100644
--- a/chrome/browser/importer/importer_data_types.h
+++ b/chrome/browser/importer/importer_data_types.h
@@ -13,7 +13,6 @@
#include "base/strings/string16.h"
#include "chrome/browser/importer/importer_type.h"
#include "googleurl/src/gurl.h"
-#include "net/url_request/url_request_context_getter.h"
// Types needed for importing data from other browsers and the Google Toolbar.
namespace importer {
@@ -43,9 +42,6 @@ struct SourceProfile {
// The application locale. Stored because we can only access it from the UI
// thread on the browser process. This is only used by the Firefox importer.
std::string locale;
-
- // The URLRequestContextGetter is only used for Google Toolbar.
- scoped_refptr<net::URLRequestContextGetter> request_context_getter;
};
// Contains information needed for importing bookmarks/search engine urls, etc.
« no previous file with comments | « chrome/browser/importer/importer_bridge.h ('k') | chrome/browser/importer/importer_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698