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

Unified Diff: chrome/browser/browser_main.h

Issue 7283018: Introduce a policy to control the maximal number of connections per proxy server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make the bots happy with the policy template. Created 9 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 | « chrome/app/policy/policy_templates.json ('k') | chrome/browser/browser_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_main.h
diff --git a/chrome/browser/browser_main.h b/chrome/browser/browser_main.h
index e13a12dab4d8cae2654427cb10f8aca5d10996eb..85dce6f94000f2ae99a8bdc35b832843c5e47951 100644
--- a/chrome/browser/browser_main.h
+++ b/chrome/browser/browser_main.h
@@ -147,7 +147,8 @@ class BrowserMainParts {
const PrefService* local_state);
// Add an invocation of your field trial init function to this method.
- void SetupFieldTrials(bool metrics_recording_enabled);
+ void SetupFieldTrials(bool metrics_recording_enabled,
+ bool proxy_policy_is_set);
// Members initialized on construction ---------------------------------------
« no previous file with comments | « chrome/app/policy/policy_templates.json ('k') | chrome/browser/browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698