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

Unified Diff: third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js

Issue 2537223003: [DevTools] Introduce Project.isServiceProject method. (Closed)
Patch Set: rebased Created 4 years 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/devtools/front_end/workspace/UISourceCode.js
diff --git a/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js b/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js
index 176fa8e392a8fd2bf4973c73e246760e6cdca61d..13276a2301ef48154993f4275031e6a11c8dfe51 100644
--- a/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js
+++ b/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js
@@ -135,13 +135,6 @@ Workspace.UISourceCode = class extends Common.Object {
/**
* @return {boolean}
*/
- isFromServiceProject() {
- return Workspace.Project.isServiceProject(this._project);
- }
-
- /**
- * @return {boolean}
- */
canRename() {
return this._project.canRename();
}

Powered by Google App Engine
This is Rietveld 408576698