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

Unified Diff: chrome/browser/ui/profile_error_dialog.h

Issue 2838433002: [Payments] Cache payment manifests. (Closed)
Patch Set: fix tests Created 3 years, 8 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: chrome/browser/ui/profile_error_dialog.h
diff --git a/chrome/browser/ui/profile_error_dialog.h b/chrome/browser/ui/profile_error_dialog.h
index 0c552a788796685610d7c4b62cc5bda048fdf00a..011a1ab6341be50077d6d567500591a18edf4593 100644
--- a/chrome/browser/ui/profile_error_dialog.h
+++ b/chrome/browser/ui/profile_error_dialog.h
@@ -21,6 +21,7 @@ enum class ProfileErrorType {
DB_KEYWORD_WEB_DATA,
CREATE_FAILURE_SPECIFIED,
CREATE_FAILURE_ALL,
+ DB_PAYMENT_MANIFEST_WEB_DATA,
END
};

Powered by Google App Engine
This is Rietveld 408576698