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

Unified Diff: content/public/browser/plugin_service.h

Issue 9019004: Rename PluginService to PluginServiceImpl. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | « content/content_browser.gypi ('k') | content/shell/shell_browser_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/plugin_service.h
===================================================================
--- content/public/browser/plugin_service.h (revision 115278)
+++ content/public/browser/plugin_service.h (working copy)
@@ -130,6 +130,9 @@
// TODO(dpranke): This should be private.
virtual webkit::npapi::PluginList* GetPluginList() = 0;
+
+ virtual void SetPluginListForTesting(
+ webkit::npapi::PluginList* plugin_list) = 0;
};
} // namespace content
« no previous file with comments | « content/content_browser.gypi ('k') | content/shell/shell_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698