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

Unified Diff: chrome/browser/safe_browsing/srt_chrome_prompt_impl.h

Issue 2813253002: Replace elevation required bool with an enum. (Closed)
Patch Set: 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/safe_browsing/srt_chrome_prompt_impl.h
diff --git a/chrome/browser/safe_browsing/srt_chrome_prompt_impl.h b/chrome/browser/safe_browsing/srt_chrome_prompt_impl.h
index fbba20cd7844737553269c246133749454dfaa68..bf14b30ff80655a3d21a277e5e7072eeae42b919 100644
--- a/chrome/browser/safe_browsing/srt_chrome_prompt_impl.h
+++ b/chrome/browser/safe_browsing/srt_chrome_prompt_impl.h
@@ -18,7 +18,7 @@ class ChromePromptImpl : public chrome_cleaner::mojom::ChromePrompt {
void PromptUser(
std::vector<chrome_cleaner::mojom::UwSPtr> removable_uws_found,
- bool elevation_required,
+ chrome_cleaner::mojom::ElevationStatus elevation_status,
const chrome_cleaner::mojom::ChromePrompt::PromptUserCallback& callback)
override;

Powered by Google App Engine
This is Rietveld 408576698