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

Unified Diff: ui/base/dragdrop/os_exchange_data_provider_win.h

Issue 11444013: Get drag and drop working for win aura. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 8 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 | « ui/base/dragdrop/os_exchange_data.h ('k') | ui/base/dragdrop/os_exchange_data_provider_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/dragdrop/os_exchange_data_provider_win.h
===================================================================
--- ui/base/dragdrop/os_exchange_data_provider_win.h (revision 171879)
+++ ui/base/dragdrop/os_exchange_data_provider_win.h (working copy)
@@ -161,9 +161,7 @@
virtual void SetURL(const GURL& url, const string16& title);
virtual void SetFilename(const FilePath& path);
virtual void SetFilenames(
- const std::vector<OSExchangeData::FileInfo>& filenames) {
- NOTREACHED();
- }
+ const std::vector<OSExchangeData::FileInfo>& filenames);
virtual void SetPickledData(OSExchangeData::CustomFormat format,
const Pickle& data);
virtual void SetFileContents(const FilePath& filename,
@@ -174,10 +172,7 @@
virtual bool GetURLAndTitle(GURL* url, string16* title) const;
virtual bool GetFilename(FilePath* path) const;
virtual bool GetFilenames(
- std::vector<OSExchangeData::FileInfo>* filenames) const {
- NOTREACHED();
- return false;
- }
+ std::vector<OSExchangeData::FileInfo>* filenames) const;
virtual bool GetPickledData(OSExchangeData::CustomFormat format,
Pickle* data) const;
virtual bool GetFileContents(FilePath* filename,
« no previous file with comments | « ui/base/dragdrop/os_exchange_data.h ('k') | ui/base/dragdrop/os_exchange_data_provider_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698