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

Unified Diff: components/autofill/core/common/save_password_progress_logger.cc

Issue 707173004: Refactor Autofill for out of process iframes (OOPIF). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mem leak Created 6 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
« no previous file with comments | « components/autofill/core/common/save_password_progress_logger.h ('k') | components/password_manager.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/common/save_password_progress_logger.cc
diff --git a/components/autofill/core/common/save_password_progress_logger.cc b/components/autofill/core/common/save_password_progress_logger.cc
index d74997adb1a731c816bb39cd65c894bde03cc2b6..ec7ffd3ae53a8c8d936a8f3d05e24e4d25c72af2 100644
--- a/components/autofill/core/common/save_password_progress_logger.cc
+++ b/components/autofill/core/common/save_password_progress_logger.cc
@@ -113,8 +113,6 @@ std::string GetStringFromID(SavePasswordProgressLogger::StringID id) {
return "Submitted password replaced with the provisionally saved one";
case SavePasswordProgressLogger::STRING_DID_START_PROVISIONAL_LOAD_METHOD:
return "PasswordAutofillAgent::DidStartProvisionalLoad";
- case SavePasswordProgressLogger::STRING_FORM_FRAME_EQ_FRAME:
- return "form_frame == frame";
case SavePasswordProgressLogger::STRING_FRAME_NOT_MAIN_FRAME:
return "|frame| is not the main frame";
case SavePasswordProgressLogger::STRING_PROVISIONALLY_SAVED_FORM_FOR_FRAME:
« no previous file with comments | « components/autofill/core/common/save_password_progress_logger.h ('k') | components/password_manager.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698