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

Unified Diff: chrome/browser/ui/cocoa/drag_util.mm

Issue 9006036: Create an API around PluginService and use it from Chrome. (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
Index: chrome/browser/ui/cocoa/drag_util.mm
===================================================================
--- chrome/browser/ui/cocoa/drag_util.mm (revision 115169)
+++ chrome/browser/ui/cocoa/drag_util.mm (working copy)
@@ -6,14 +6,18 @@
#include "base/file_path.h"
#include "chrome/browser/profiles/profile.h"
-#include "content/browser/plugin_service.h"
+#include "content/public/browser/plugin_service.h"
#include "content/public/common/url_constants.h"
#include "googleurl/src/gurl.h"
+#include "ipc/ipc_message.h"
#include "net/base/mime_util.h"
#include "net/base/net_util.h"
#import "third_party/mozilla/NSPasteboard+Utils.h"
#import "ui/base/dragdrop/cocoa_dnd_util.h"
+#include "webkit/plugins/webplugininfo.h"
+using content::PluginService;
+
namespace drag_util {
namespace {

Powered by Google App Engine
This is Rietveld 408576698