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

Unified Diff: chrome/browser/apps/app_browsertest.cc

Issue 23708018: Modified comment in PlatformAppBrowserTest.WindowDotPrintWorks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/apps/app_browsertest.cc
diff --git a/chrome/browser/apps/app_browsertest.cc b/chrome/browser/apps/app_browsertest.cc
index f99e96289548dcfd1ac341136b763aa183bdb32b..eef724405660aac1b68bcc2f3beea6e913af8181 100644
--- a/chrome/browser/apps/app_browsertest.cc
+++ b/chrome/browser/apps/app_browsertest.cc
@@ -1044,9 +1044,12 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, MAYBE_WebContentsHasFocus) {
// 1) Remove "MAYBE_" in the first line of the test definition
// 2) Build Chromium browser_tests
// 3) Make a copy of the PDF plug-in from a recent version of Chrome (Canary
-// or recent development build) to your Chromium build. On Linux and Chrome
-// OS, this just involves copying /opt/google.chrome/libpdf.so to
-// <path-to-your-src>/out/Debug.
+// or a recent development build) to your Chromium build:
+// - On Linux and Chrome OS, copy /opt/google.chrome/libpdf.so to
+// <path-to-your-src>/out/Debug
+// - On OS X, copy PDF.plugin from
+// <recent-chrome-app-folder>/*/*/*/*/"Internet Plug-Ins" to
+// <path-to-your-src>/out/Debug/Chromium.app/*/*/*/*/"Internet Plug-Ins"
// 4) Run browser_tests with the --enable-print-preview flag
#if !defined(GOOGLE_CHROME_BUILD)
« 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