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

Unified Diff: chrome/common/extensions/extension_unittest.cc

Issue 8872009: Revert 113568 - extensions: remove install/uninstall terminology (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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/common/extensions/extension_unittest.cc
===================================================================
--- chrome/common/extensions/extension_unittest.cc (revision 113568)
+++ chrome/common/extensions/extension_unittest.cc (working copy)
@@ -559,7 +559,7 @@
EXPECT_EQ("Your physical location", UTF16ToUTF8(warnings[2]));
EXPECT_EQ("Your browsing history", UTF16ToUTF8(warnings[3]));
EXPECT_EQ("Your tabs and browsing activity", UTF16ToUTF8(warnings[4]));
- EXPECT_EQ("Your list of apps, extensions, and themes",
+ EXPECT_EQ("Your list of installed apps, extensions, and themes",
UTF16ToUTF8(warnings[5]));
}

Powered by Google App Engine
This is Rietveld 408576698