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

Unified Diff: content/public/common/webplugininfo.h

Issue 2862753002: Mark Render{Frame,View}::GetWebkitPreferences() return values as const. (Closed)
Patch Set: Created 3 years, 8 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 | content/public/renderer/render_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/webplugininfo.h
diff --git a/content/public/common/webplugininfo.h b/content/public/common/webplugininfo.h
index 3fb1998f4e06e29f4edc70f533c30073caf29b26..4061522d2cf9d867dcdf38a059a1f503862035dc 100644
--- a/content/public/common/webplugininfo.h
+++ b/content/public/common/webplugininfo.h
@@ -43,7 +43,7 @@ struct CONTENT_EXPORT WebPluginMimeType {
std::vector<base::string16> additional_param_values;
};
-// Describes an available NPAPI or Pepper plugin.
+// Describes an available Pepper plugin.
struct CONTENT_EXPORT WebPluginInfo {
enum PluginType {
PLUGIN_TYPE_PEPPER_IN_PROCESS,
« no previous file with comments | « no previous file | content/public/renderer/render_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698