Index: chrome_frame/test/chrome_frame_test_utils.h |
diff --git a/chrome_frame/test/chrome_frame_test_utils.h b/chrome_frame/test/chrome_frame_test_utils.h |
index f9c08e2ce3e9677c415c4d1c91efb38bfdec9add..316d57c238173f061a5573a456e5e08635f52355 100644 |
--- a/chrome_frame/test/chrome_frame_test_utils.h |
+++ b/chrome_frame/test/chrome_frame_test_utils.h |
@@ -338,10 +338,6 @@ class ScopedVirtualizeHklmAndHkcu { |
ScopedVirtualizeHklmAndHkcu(); |
~ScopedVirtualizeHklmAndHkcu(); |
- // Removes all overrides and deletes all temporary test keys used by the |
- // overrides. |
- void RemoveAllOverrides(); |
- |
protected: |
registry_util::RegistryOverrideManager override_manager_; |
}; |