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

Unified Diff: chrome/browser/trials/http_throttling_trial.h

Issue 7027040: Implement A/B experiment for anti-DDoS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head. Extend trial cut-off date to July 23rd. Created 9 years, 6 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/net/net_pref_observer.cc ('k') | chrome/browser/trials/http_throttling_trial.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/trials/http_throttling_trial.h
diff --git a/chrome/browser/trials/http_throttling_trial.h b/chrome/browser/trials/http_throttling_trial.h
new file mode 100644
index 0000000000000000000000000000000000000000..928779c32f8eb55a6edf0ae50280041b28f6dd4a
--- /dev/null
+++ b/chrome/browser/trials/http_throttling_trial.h
@@ -0,0 +1,14 @@
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_BROWSER_TRIALS_HTTP_THROTTLING_TRIAL_H_
+#define CHROME_BROWSER_TRIALS_HTTP_THROTTLING_TRIAL_H_
+#pragma once
+
+class PrefService;
+
+// Creates the trial.
+void CreateHttpThrottlingTrial(PrefService* prefs);
+
+#endif // CHROME_BROWSER_TRIALS_HTTP_THROTTLING_TRIAL_H_
« no previous file with comments | « chrome/browser/net/net_pref_observer.cc ('k') | chrome/browser/trials/http_throttling_trial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698