Index: chrome/common/extensions/docs/templates/intros/input_ime.html |
diff --git a/chrome/common/extensions/docs/templates/intros/input_ime.html b/chrome/common/extensions/docs/templates/intros/input_ime.html |
index 9a75f440d8baa79d6dca10e8ac1f4302b12851c9..a0df297a70e657f1b0a2f983d6006f70c6d15b98 100644 |
--- a/chrome/common/extensions/docs/templates/intros/input_ime.html |
+++ b/chrome/common/extensions/docs/templates/intros/input_ime.html |
@@ -1,11 +1,3 @@ |
-<p id="classSummary"> |
-Use the <code>chrome.input.ime</code> module to implement a custom IME for |
-Chrome OS. |
- |
-This allows your extension to handle keystrokes, set the composition, and |
-manage the candidate window. |
-</p> |
- |
<h2 id="manifest">Manifest</h2> |
<p>You must declare the "input" permission |
in the <a href="manifest.html">extension manifest</a> |