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

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

Issue 131763004: Merge 242400 "Remove installation of Chrome Frame." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1750/src/
Patch Set: Created 6 years, 11 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/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
===================================================================
--- chrome/installer/setup/install_worker_unittest.cc (revision 243928)
+++ chrome/installer/setup/install_worker_unittest.cc (working copy)
@@ -518,19 +518,6 @@
&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