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

Unified Diff: content/browser/plugin_service.h

Issue 7649026: Print Preview: Always enable the internal PDF plugin for print preview. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | « chrome/browser/printing/print_preview_tab_controller.cc ('k') | content/browser/plugin_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/plugin_service.h
===================================================================
--- content/browser/plugin_service.h (revision 96803)
+++ content/browser/plugin_service.h (working copy)
@@ -10,6 +10,7 @@
#pragma once
#include <string>
+#include <vector>
#include "base/basictypes.h"
#include "base/file_path.h"
@@ -100,7 +101,8 @@
webkit::WebPluginInfo* info,
std::string* actual_mime_type);
- // Safe to be called from any thread.
+ // Safe to be called from any thread. If |plugin| has an empty |url| field,
jam 2011/08/16 00:45:54 nit: this comment belongs above OverriddenPlugin::
+ // then the override applies to all urls in that tab.
void OverridePluginForTab(const OverriddenPlugin& plugin);
// Restricts the given plugin to the the scheme and host of the given url.
« no previous file with comments | « chrome/browser/printing/print_preview_tab_controller.cc ('k') | content/browser/plugin_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698