[Bug 565565] Chromium support: Update FAQ page

added info on how to launch Eclipse with Chromium as the default browser
type

Change-Id: I663ebcb49fd8f04d8c32fb1843c1d8d90ab76da3
diff --git a/faq.php b/faq.php
index d7235ae..6f79d28 100755
--- a/faq.php
+++ b/faq.php
@@ -1032,6 +1032,12 @@
      </ul>
     </li>
   </ul>
+  <p>
+  To launch Eclipse with Chromium as the default browser type:
+  <ul>
+    <li>Install the CEF binaries in Eclipse from the p2 repo - <a href="http://dl.maketechnology.io/chromium-cef/rls/repository">CEF p2 repo from Make technology</a></li>
+    <li>In eclipse.ini, add <code>-Dorg.eclipse.swt.browser.DefaultType=chromium</code> under -vmargs.</li>
+  </ul>
   </dd>
 
   <dt><strong><a name="browserwebkitgtk">Q: How do I use the WebKit renderer on Linux-GTK?</a></strong></dt>