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: webkit/plugins/npapi/plugin_group.h

Issue 6259008: When we detect a PDF with an unsupported feature, ask the user if they want t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | « ppapi/c/private/ppb_pdf.h ('k') | webkit/plugins/npapi/plugin_group.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/plugin_group.h
===================================================================
--- webkit/plugins/npapi/plugin_group.h (revision 71882)
+++ webkit/plugins/npapi/plugin_group.h (working copy)
@@ -78,6 +78,7 @@
// Used by about:plugins to disable Reader plugin when internal PDF viewer is
// enabled.
static const char* kAdobeReaderGroupName;
+ static const char* kAdobeReaderUpdateURL;
PluginGroup(const PluginGroup& other);
@@ -145,6 +146,8 @@
// in accepting weird version strings than Version::GetFromString().
static Version* CreateVersionFromString(const string16& version_string);
+ std::vector<WebPluginInfo> web_plugin_infos() { return web_plugin_infos_; }
+
private:
typedef std::map<std::string, PluginGroup*> PluginMap;
« no previous file with comments | « ppapi/c/private/ppb_pdf.h ('k') | webkit/plugins/npapi/plugin_group.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698