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

Unified Diff: chrome/browser/chrome_plugin_browsertest.cc

Issue 10958061: Fix installed plugins test to test for Chrome Remote Desktop Viewer even on non-ChromeOS platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_plugin_browsertest.cc
diff --git a/chrome/browser/chrome_plugin_browsertest.cc b/chrome/browser/chrome_plugin_browsertest.cc
index f32987dfcbf7904f8fa300b5be85df0386394c80..44a369cc01af5e432c6f073f08c72fb5e73b3db8 100644
--- a/chrome/browser/chrome_plugin_browsertest.cc
+++ b/chrome/browser/chrome_plugin_browsertest.cc
@@ -200,8 +200,8 @@ IN_PROC_BROWSER_TEST_F(ChromePluginTest, InstalledPlugins) {
"Chrome PDF Viewer",
"Shockwave Flash",
"Native Client",
-#if defined(OS_CHROMEOS)
"Chrome Remote Desktop Viewer",
+#if defined(OS_CHROMEOS)
"Google Talk Plugin",
"Google Talk Plugin Video Accelerator",
"Netflix",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698