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

Unified Diff: chrome/browser/bookmarks/bookmark_node_data.h

Issue 10915069: Add Copy URL option to Omnibox context menu when URL is replaced by Instant Extended. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 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/app/generated_resources.grd ('k') | chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bookmarks/bookmark_node_data.h
diff --git a/chrome/browser/bookmarks/bookmark_node_data.h b/chrome/browser/bookmarks/bookmark_node_data.h
index 12c9ae778b5066f1c8e549c5da1928030f2d9f7e..ac2a77d225f4bdf0801cf1d785e92273b4a7f9b9 100644
--- a/chrome/browser/bookmarks/bookmark_node_data.h
+++ b/chrome/browser/bookmarks/bookmark_node_data.h
@@ -88,7 +88,9 @@ struct BookmarkNodeData {
// Creates a single-bookmark DragData from url/title pair.
bool ReadFromTuple(const GURL& url, const string16& title);
- // Writes elements to the clipboard.
+ // Writes elements to the clipboard. If |profile| is not NULL, this will write
+ // the profile path to the pickled data. A NULL |profile| indicates that the
+ // data is not associated with a particular profile.
void WriteToClipboard(Profile* profile) const;
// Reads bookmarks from the general copy/paste clipboard. Prefers data
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698