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

Side by Side Diff: content/browser/web_contents/web_drag_source_mac.h

Issue 10014024: TabContents -> WebContentsImpl, part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #import <Cocoa/Cocoa.h> 5 #import <Cocoa/Cocoa.h>
6 6
7 #include "base/file_path.h" 7 #include "base/file_path.h"
8 #include "base/memory/scoped_nsobject.h" 8 #include "base/memory/scoped_nsobject.h"
9 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
10 #include "googleurl/src/gurl.h" 10 #include "googleurl/src/gurl.h"
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 // Drag moved; hook up to -draggedImage:movedTo:. 78 // Drag moved; hook up to -draggedImage:movedTo:.
79 - (void)moveDragTo:(NSPoint)screenPoint; 79 - (void)moveDragTo:(NSPoint)screenPoint;
80 80
81 // Call to drag a promised file to the given path (should be called before 81 // Call to drag a promised file to the given path (should be called before
82 // -endDragAt:...); hook up to -namesOfPromisedFilesDroppedAtDestination:. 82 // -endDragAt:...); hook up to -namesOfPromisedFilesDroppedAtDestination:.
83 // Returns the file name (not including path) of the file deposited (or which 83 // Returns the file name (not including path) of the file deposited (or which
84 // will be deposited). 84 // will be deposited).
85 - (NSString*)dragPromisedFileTo:(NSString*)path; 85 - (NSString*)dragPromisedFileTo:(NSString*)path;
86 86
87 @end 87 @end
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_drag_source_gtk.cc ('k') | content/browser/web_contents/web_drag_source_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698