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

Unified Diff: ui/file_manager/file_manager/background/js/drive_sync_handler.js

Issue 2883263002: Stop foreground depending on background in gyp v2 (Closed)
Patch Set: Format. Created 3 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: ui/file_manager/file_manager/background/js/drive_sync_handler.js
diff --git a/ui/file_manager/file_manager/background/js/drive_sync_handler.js b/ui/file_manager/file_manager/background/js/drive_sync_handler.js
index 517b7f806a4fcbb12b7cd70153746d91be0503fd..ec1718b9b574a873a88c8fb075e1004fc0801302 100644
--- a/ui/file_manager/file_manager/background/js/drive_sync_handler.js
+++ b/ui/file_manager/file_manager/background/js/drive_sync_handler.js
@@ -106,7 +106,6 @@ DriveSyncHandler.prototype = /** @struct */ {
/**
* Returns whether the drive sync is currently suppressed or not.
- * @private
* @return {boolean}
*/
DriveSyncHandler.prototype.isSyncSuppressed = function() {

Powered by Google App Engine
This is Rietveld 408576698