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

Unified Diff: chrome/common/localized_error.h

Issue 1214303003: Add UMA histograms for Google cached copy experiment on network error interstitial (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix NetErrorHelperCore unittest Created 5 years, 5 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 | « no previous file | chrome/common/localized_error.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/localized_error.h
diff --git a/chrome/common/localized_error.h b/chrome/common/localized_error.h
index ae6ab2a9d8ceb49da6c226b8c3ad636572d2c4a9..bd6e1a9118e55b71adebbc18d3b17de805710eff 100644
--- a/chrome/common/localized_error.h
+++ b/chrome/common/localized_error.h
@@ -51,7 +51,8 @@ class LocalizedError {
private:
// Sets up the Google Cached Copy button experiment if part of the
// field trial. This promotes the Google cached copy suggestion from under
- // the details section to a blue button.
+ // the details section to a blue button. Also experiments with the
+ // button label.
static void EnableGoogleCachedCopyButtonExperiment(
base::ListValue* suggestions,
base::DictionaryValue* error_strings);
« no previous file with comments | « no previous file | chrome/common/localized_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698