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

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"
@@ -49,7 +50,7 @@
struct OverriddenPlugin {
int render_process_id;
int render_view_id;
- GURL url;
+ GURL url; // If empty, the override applies to all urls in render_view.
webkit::WebPluginInfo plugin;
};
« 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