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

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

Issue 15736014: Registry overriding doesn't seem to work across multiple processes prior to Win8, instead simply ha… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 7 years, 7 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 | « no previous file | chrome/browser/importer/ie_importer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/ie_importer.h
diff --git a/chrome/browser/importer/ie_importer.h b/chrome/browser/importer/ie_importer.h
index 3e684c48c2eb6992cb3c0831891eff214c0d80a5..a523d8fe848b71659ff33cf48cd84926f96be59f 100644
--- a/chrome/browser/importer/ie_importer.h
+++ b/chrome/browser/importer/ie_importer.h
@@ -12,7 +12,6 @@
#include "base/files/file_path.h"
#include "base/gtest_prod_util.h"
#include "base/string16.h"
-#include "chrome/browser/importer/ie_importer_test_registry_overrider_win.h"
#include "chrome/browser/importer/importer.h"
struct ImportedBookmarkEntry;
@@ -82,9 +81,6 @@ class IEImporter : public Importer {
// fake source.
base::FilePath source_path_;
- // Used to override the registry for IEImporterTests if needed.
- IEImporterTestRegistryOverrider test_registry_overrider_;
-
DISALLOW_COPY_AND_ASSIGN(IEImporter);
};
« no previous file with comments | « no previous file | chrome/browser/importer/ie_importer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698