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

Unified Diff: chrome/browser/external_protocol/external_protocol_handler.h

Issue 2076253002: Simplify the text in the external protocol confirmation dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update based on UI review Created 4 years, 3 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/external_protocol/external_protocol_handler.h
diff --git a/chrome/browser/external_protocol/external_protocol_handler.h b/chrome/browser/external_protocol/external_protocol_handler.h
index 692f2dda0aa88bd2669ad77f4d954617cac66d47..a3b3d97731549dc410b8db17a79cd7107db74f8a 100644
--- a/chrome/browser/external_protocol/external_protocol_handler.h
+++ b/chrome/browser/external_protocol/external_protocol_handler.h
@@ -46,6 +46,9 @@ class ExternalProtocolHandler {
virtual ~Delegate() {}
};
+ // Histogram name for whether the remember checkbox is checked.
+ static const char kRememberCheckedHistogram[];
+
// Returns whether we should block a given scheme.
static BlockState GetBlockState(const std::string& scheme);

Powered by Google App Engine
This is Rietveld 408576698