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

Unified Diff: chrome/browser/policy/configuration_policy_handler_list_factory.h

Issue 197013007: Set drive as the default download folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Version 1 Created 6 years, 9 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/policy/configuration_policy_handler_list_factory.h
diff --git a/chrome/browser/policy/configuration_policy_handler_list_factory.h b/chrome/browser/policy/configuration_policy_handler_list_factory.h
index cf95e1cceafeada8ed7c2f69faaf4c281129b947..b0bd257de3445fde2adb5cf907cf0d4fa58bacc2 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.h
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.h
@@ -11,6 +11,9 @@ namespace policy {
class ConfigurationPolicyHandlerList;
class Schema;
+struct PolicyHandlerParameters;
+
+void PopulatePolicyHandlerParameters(PolicyHandlerParameters* parameters);
bartfab (slow) 2014/03/13 13:20:00 Instead of exposing this function via the header,
// Builds a platform-specific handler list.
scoped_ptr<ConfigurationPolicyHandlerList> BuildHandlerList(

Powered by Google App Engine
This is Rietveld 408576698