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

Unified Diff: chrome/browser/safe_browsing/settings_reset_prompt/extension_info.h

Issue 2701313002: Adds a modal dialog implementation of the settings reset prompt. (Closed)
Patch Set: Fix constness in mock test class Created 3 years, 10 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/safe_browsing/settings_reset_prompt/extension_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/settings_reset_prompt/extension_info.h
diff --git a/chrome/browser/safe_browsing/settings_reset_prompt/extension_info.h b/chrome/browser/safe_browsing/settings_reset_prompt/extension_info.h
index 613d1035db23a284b24cb640d00471a26e1a86d6..d9efefa294fc8a25efe7e8a6033f750e4a341826 100644
--- a/chrome/browser/safe_browsing/settings_reset_prompt/extension_info.h
+++ b/chrome/browser/safe_browsing/settings_reset_prompt/extension_info.h
@@ -17,6 +17,8 @@ namespace safe_browsing {
struct ExtensionInfo {
explicit ExtensionInfo(const extensions::Extension* extension);
+ // Convenience constructor for tests.
+ ExtensionInfo(const extensions::ExtensionId& id, const std::string& name);
~ExtensionInfo();
extensions::ExtensionId id;
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/safe_browsing/settings_reset_prompt/extension_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698