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

Unified Diff: third_party/WebKit/Source/core/clipboard/DataTransferItem.idl

Issue 2015503002: Move TODO(philipj) to TODO(foolip) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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
Index: third_party/WebKit/Source/core/clipboard/DataTransferItem.idl
diff --git a/third_party/WebKit/Source/core/clipboard/DataTransferItem.idl b/third_party/WebKit/Source/core/clipboard/DataTransferItem.idl
index b0fe40d159ef27189884d3a88364d2f614f8d33b..db186a153b8edb01bd3bab0cae7cf9a2d77a18bd 100644
--- a/third_party/WebKit/Source/core/clipboard/DataTransferItem.idl
+++ b/third_party/WebKit/Source/core/clipboard/DataTransferItem.idl
@@ -34,8 +34,8 @@
] interface DataTransferItem {
readonly attribute DOMString kind;
readonly attribute DOMString type;
- // TODO(philipj): The callback argument should be a FunctionStringCallback.
+ // TODO(foolip): The callback argument should be a FunctionStringCallback.
[CallWith=ExecutionContext] void getAsString(StringCallback? callback);
- // TODO(philipj): getAsFile() should return a File object. crbug.com/361145
+ // TODO(foolip): getAsFile() should return a File object. crbug.com/361145
Blob? getAsFile();
};

Powered by Google App Engine
This is Rietveld 408576698