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

Unified Diff: chrome/browser/prefs/browser_prefs.cc

Issue 785723002: Add new extension APIs related to animation policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: AccessibilityNotifier Created 5 years, 11 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/prefs/browser_prefs.cc
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index 24d5bfcbb4c4c4cbbe2e1bfb252ec778d32804e9..68d7ac70e41d3c18f5eafc185847bda6c2878376 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -12,6 +12,7 @@
#include "base/prefs/pref_service.h"
#include "base/prefs/scoped_user_pref_update.h"
#include "chrome/browser/about_flags.h"
+#include "chrome/browser/accessibility/animation_policy_prefs.h"
#include "chrome/browser/accessibility/invert_bubble_prefs.h"
#include "chrome/browser/autocomplete/zero_suggest_provider.h"
#include "chrome/browser/browser_process_impl.h"
@@ -524,6 +525,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
ash::RegisterChromeLauncherUserPrefs(registry);
#endif
+ RegisterAnimationPolicyPrefs(registry);
dmazzoni 2015/01/27 06:52:41 This should move up
// Preferences registered only for migration (clearing or moving to a new key)
// go here.
registry->RegisterDictionaryPref(

Powered by Google App Engine
This is Rietveld 408576698