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

Unified Diff: webkit/glue/webclipboard_impl.cc

Issue 10966025: Change bookmarkManager API from experimental to private. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bookmarkManager->bookmarkManagerPrivate 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/test/data/extensions/api_test/bookmark_manager/standard/test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webclipboard_impl.cc
diff --git a/webkit/glue/webclipboard_impl.cc b/webkit/glue/webclipboard_impl.cc
index 3dff08f28c9bcece37fef3c7d363c830a82dc0ab..faa7f17c1473ee1fe4cbf1ca3576d23b7a7a5e4f 100644
--- a/webkit/glue/webclipboard_impl.cc
+++ b/webkit/glue/webclipboard_impl.cc
@@ -243,7 +243,7 @@ void WebClipboardImpl::writeDataObject(const WebDragData& data) {
// that ScopedClipboardWriterGlue's dtor remains a no-op if the page didn't
// modify the DataTransfer object, which is important to avoid stomping on
// any clipboard contents written by extension functions such as
- // chrome.experimental.bookmarkManager.copy.
+ // chrome.bookmarkManagerPrivate.copy.
if (!data_object.custom_data.empty()) {
Pickle pickle;
ui::WriteCustomDataToPickle(data_object.custom_data, &pickle);
« no previous file with comments | « chrome/test/data/extensions/api_test/bookmark_manager/standard/test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698