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

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: fix merge fallout, android_webview Created 6 years, 1 month 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: 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 7c7be9773e290535ea53cec88918c5b22f430a14..9c85864b1c18577a08d22f69ed29bd76a33c13db 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:

Powered by Google App Engine
This is Rietveld 408576698