Index: chrome/browser/chromeos/extensions/file_manager/private_api_misc.h |
diff --git a/chrome/browser/chromeos/extensions/file_manager/private_api_misc.h b/chrome/browser/chromeos/extensions/file_manager/private_api_misc.h |
index 3e20d2790e8ca075658bd20137604771cb59d518..4bf912a47ff200d7a815768abb4578c1bb7d835c 100644 |
--- a/chrome/browser/chromeos/extensions/file_manager/private_api_misc.h |
+++ b/chrome/browser/chromeos/extensions/file_manager/private_api_misc.h |
@@ -88,9 +88,10 @@ class FileManagerPrivateInternalZipSelectionFunction |
}; |
// Implements the chrome.fileManagerPrivate.zoom method. |
-// Changes the zoom level of the file manager by internally calling |
-// RenderViewHost::Zoom(). TODO(hirono): Remove this function once the zoom |
-// level change is supported for all apps. crbug.com/227175. |
+// Changes the zoom level of the file manager by modifying the zoom level of the |
+// WebContents. |
+// TODO(hirono): Remove this function once the zoom level change is supported |
+// for all apps. crbug.com/227175. |
class FileManagerPrivateZoomFunction : public ChromeSyncExtensionFunction { |
public: |
DECLARE_EXTENSION_FUNCTION("fileManagerPrivate.zoom", |