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

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: typo fix 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
« no previous file with comments | « chrome/installer/setup/install_worker.cc ('k') | chrome/installer/setup/setup_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 234fdcc7d2b689de2a47088aa7039f0223da8f14..9d2a2663b5a08cdf037f1867d91272effd325945 100644
--- a/chrome/installer/setup/install_worker_unittest.cc
+++ b/chrome/installer/setup/install_worker_unittest.cc
@@ -530,19 +530,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()));
« no previous file with comments | « chrome/installer/setup/install_worker.cc ('k') | chrome/installer/setup/setup_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698