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

Unified Diff: Source/core/layout/LayoutEmbeddedObject.h

Issue 1005223002: Blink: Replace all "plug-in" with "plugin". (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Revert netscape-dom-access tests. Created 5 years, 9 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 | « Source/core/html/HTMLPlugInElement.cpp ('k') | Source/core/layout/LayoutPart.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutEmbeddedObject.h
diff --git a/Source/core/layout/LayoutEmbeddedObject.h b/Source/core/layout/LayoutEmbeddedObject.h
index 59aa9a6c04691bfdaf45add07e1e6f7370ba6f1f..8067e533a2ffb2af4ca6e26ed1e00f90190e252d 100644
--- a/Source/core/layout/LayoutEmbeddedObject.h
+++ b/Source/core/layout/LayoutEmbeddedObject.h
@@ -29,8 +29,8 @@ namespace blink {
class TextRun;
-// Renderer for embeds and objects, often, but not always, rendered via plug-ins.
-// For example, <embed src="foo.html"> does not invoke a plug-in.
+// Renderer for embeds and objects, often, but not always, rendered via plugins.
+// For example, <embed src="foo.html"> does not invoke a plugin.
class LayoutEmbeddedObject : public LayoutPart {
public:
LayoutEmbeddedObject(Element*);
« no previous file with comments | « Source/core/html/HTMLPlugInElement.cpp ('k') | Source/core/layout/LayoutPart.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698