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

Unified Diff: Source/devtools/front_end/EditFileSystemDialog.js

Issue 301163005: DevTools: [JSDoc] Avoid partial arg list annotations in code except "profiler" module (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 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
« no previous file with comments | « no previous file | Source/devtools/front_end/ScreencastView.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/EditFileSystemDialog.js
diff --git a/Source/devtools/front_end/EditFileSystemDialog.js b/Source/devtools/front_end/EditFileSystemDialog.js
index 9c329fec84fe7227fbab2eba29406da68dcb94b4..bb2667fb760073ddd1819fb3b8bf7cfa46c0a76b 100644
--- a/Source/devtools/front_end/EditFileSystemDialog.js
+++ b/Source/devtools/front_end/EditFileSystemDialog.js
@@ -156,6 +156,11 @@ WebInspector.EditFileSystemDialog.prototype = {
this._resize();
},
+ /**
+ * @param {string} itemId
+ * @param {string} columnId
+ * @return {string}
+ */
_fileMappingValuesProvider: function(itemId, columnId)
{
if (!itemId)
@@ -280,6 +285,11 @@ WebInspector.EditFileSystemDialog.prototype = {
this._excludedFolderList.removeItem(entry.path);
},
+ /**
+ * @param {string} itemId
+ * @param {string} columnId
+ * @return {string}
+ */
_excludedFolderValueProvider: function(itemId, columnId)
{
return itemId;
« no previous file with comments | « no previous file | Source/devtools/front_end/ScreencastView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698