[epiphany] web-process-extension: remove stale comment



commit 5e618a8c1f111eaaa459e1e18f1f12b635b502fb
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Nov 12 21:18:24 2019 -0600

    web-process-extension: remove stale comment
    
    When I wrote this comment, I was checking is_private_profile here and
    setting extension->should_remember_passwords = FALSE if set. Then I
    changed the code to be less-confusing. This comment is stale.

 embed/web-process-extension/ephy-web-process-extension.c | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/embed/web-process-extension/ephy-web-process-extension.c 
b/embed/web-process-extension/ephy-web-process-extension.c
index 9d9f4f005..e0b0adc49 100644
--- a/embed/web-process-extension/ephy-web-process-extension.c
+++ b/embed/web-process-extension/ephy-web-process-extension.c
@@ -777,10 +777,6 @@ ephy_web_process_extension_initialize (EphyWebProcessExtension *extension,
 
   extension->extension = g_object_ref (wk_extension);
 
-  /* For now we don't allow remembering passwords in private profile or
-   * incognito mode, but there's no good reason for this and we should probably
-   * change it.
-   */
   extension->should_remember_passwords = should_remember_passwords;
   extension->is_private_profile = is_private_profile;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]