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

Unified Diff: chrome/installer/setup/install_worker_unittest.cc

Issue 117433002: Remove installation of Chrome Frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: indentation fix and new unittest Created 7 years 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/installer/setup/install_worker_unittest.cc
diff --git a/chrome/installer/setup/install_worker_unittest.cc b/chrome/installer/setup/install_worker_unittest.cc
index 81db6032790467275a64344a5f097a2aba4838bf..a781bb13f42c8edfbaf3f34b784f6498e8ea74ea 100644
--- a/chrome/installer/setup/install_worker_unittest.cc
+++ b/chrome/installer/setup/install_worker_unittest.cc
@@ -518,19 +518,6 @@ TEST_P(OldIELowRightsTests, AddDeleteOldIELowRightsPolicyWorkItems) {
&work_item_list);
}
-TEST_P(OldIELowRightsTests, AddCopyIELowRightsPolicyWorkItems) {
- StrictMock<MockWorkItemList> work_item_list;
-
- // The old elevation policy key should only be copied when there's no old
- // value.
- EXPECT_CALL(work_item_list,
- AddCopyRegKeyWorkItem(root_key_, StrEq(elevation_key),
- StrEq(old_elevation_key),
- Eq(WorkItem::IF_NOT_PRESENT))).Times(1);
-
- AddCopyIELowRightsPolicyWorkItems(*installer_state_.get(), &work_item_list);
-}
-
INSTANTIATE_TEST_CASE_P(Variations, OldIELowRightsTests,
Combine(Bool(), Bool()));

Powered by Google App Engine
This is Rietveld 408576698