diff options
author | tommycli <tommycli@chromium.org> | 2015-03-16 13:16:45 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-16 20:17:22 +0000 |
commit | e86b2982a90cc87afbeb8599cc54c274c482b0ec (patch) | |
tree | 2d02def47398f16fa93aea38e66448af48bec4ee /ppapi/api | |
parent | 8f7612681b0b45c99010e90d5a0b7c1d80d9de8d (diff) | |
download | chromium_src-e86b2982a90cc87afbeb8599cc54c274c482b0ec.zip chromium_src-e86b2982a90cc87afbeb8599cc54c274c482b0ec.tar.gz chromium_src-e86b2982a90cc87afbeb8599cc54c274c482b0ec.tar.bz2 |
Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency.
Passed chrome-ui-review: https://groups.google.com/a/google.com/d/msg/chrome-ui-review/FwuQ2TWc5n8/H3PSuV4L_cAJ
BUG=467165
TBR=tsepez
(comment changes only in render_messages)
NOPRESUBMIT=true
(legacy LOG messages)
Review URL: https://codereview.chromium.org/1007443004
Cr-Commit-Position: refs/heads/master@{#320782}
Diffstat (limited to 'ppapi/api')
-rw-r--r-- | ppapi/api/dev/ppp_zoom_dev.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/api/dev/ppp_zoom_dev.idl b/ppapi/api/dev/ppp_zoom_dev.idl index e8254da..2398f75 100644 --- a/ppapi/api/dev/ppp_zoom_dev.idl +++ b/ppapi/api/dev/ppp_zoom_dev.idl @@ -16,7 +16,7 @@ label Chrome { */ interface PPP_Zoom_Dev { /** - * Instruct plug-in to zoom according to the given factor and whether the zoom + * Instruct plugin to zoom according to the given factor and whether the zoom * only applies to text only. The scale factor is the percentage divided by * 100, i.e. 150% zoom is 1.5. */ |