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

Unified Diff: chrome/browser/policy/configuration_policy_handler_list.cc

Issue 8713017: Open the RestoreOnStartupURLs on first login, if specified by the admin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 9 years 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/chromeos/login/existing_user_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/configuration_policy_handler_list.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list.cc b/chrome/browser/policy/configuration_policy_handler_list.cc
index edb616bb248e8e6bfd03bf60a2247c8a5b5426ba..67bb1bb789815a20a371caf7ae4d7196ab7724a6 100644
--- a/chrome/browser/policy/configuration_policy_handler_list.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list.cc
@@ -16,7 +16,7 @@
#if defined(OS_CHROMEOS)
#include "chrome/browser/policy/configuration_policy_handler_chromeos.h"
-#endif
+#endif // defined(OS_CHROMEOS)
namespace policy {
@@ -198,7 +198,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
prefs::kEnableScreenLock },
{ Value::TYPE_STRING, kPolicyChromeOsReleaseChannel,
prefs::kChromeOsReleaseChannel },
-#endif
+#endif // defined(OS_CHROMEOS)
};
} // namespace
@@ -222,7 +222,7 @@ ConfigurationPolicyHandlerList::ConfigurationPolicyHandlerList() {
#if !defined(OS_CHROMEOS)
handlers_.push_back(new DownloadDirPolicyHandler());
-#endif // !defined(OS_CHROME0S)
+#endif // !defined(OS_CHROMEOS)
#if defined(OS_CHROMEOS)
handlers_.push_back(
@@ -231,7 +231,7 @@ ConfigurationPolicyHandlerList::ConfigurationPolicyHandlerList() {
handlers_.push_back(
new NetworkConfigurationPolicyHandler(
kPolicyOpenNetworkConfiguration));
-#endif
+#endif // defined(OS_CHROMEOS)
}
ConfigurationPolicyHandlerList::~ConfigurationPolicyHandlerList() {
« no previous file with comments | « chrome/browser/chromeos/login/existing_user_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698