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

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

Issue 8879022: retry 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
diff --git a/chrome/common/extensions/extension_unittest.cc b/chrome/common/extensions/extension_unittest.cc
index d57fd2d063f7b5c4c0a2633cea4964f37cc8f84c..6949cb003dc1e72a1c40c5fb1a9e7f32dcc05eeb 100644
--- a/chrome/common/extensions/extension_unittest.cc
+++ b/chrome/common/extensions/extension_unittest.cc
@@ -559,7 +559,7 @@ TEST(ExtensionTest, GetPermissionMessages_ManyApiPermissions) {
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 installed apps, extensions, and themes",
+ EXPECT_EQ("Your list of apps, extensions, and themes",
UTF16ToUTF8(warnings[5]));
}

Powered by Google App Engine
This is Rietveld 408576698