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

Unified Diff: chrome/browser/ui/webui/flags_ui.h

Issue 12330137: Allow normal users to change per session flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased to ToT. Created 7 years, 10 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/ui/webui/flags_ui.h
diff --git a/chrome/browser/ui/webui/flags_ui.h b/chrome/browser/ui/webui/flags_ui.h
index 0cac343829d09634ce8296c13989aced7401cc26..98fb3ddbd3b91a2b9ab496351e0e0080d56ec1b7 100644
--- a/chrome/browser/ui/webui/flags_ui.h
+++ b/chrome/browser/ui/webui/flags_ui.h
@@ -9,6 +9,7 @@
#include "ui/base/layout.h"
class PrefRegistrySimple;
+class PrefRegistrySyncable;
namespace base {
class RefCountedMemory;
@@ -21,6 +22,7 @@ class FlagsUI : public content::WebUIController {
static base::RefCountedMemory* GetFaviconResourceBytes(
ui::ScaleFactor scale_factor);
static void RegisterPrefs(PrefRegistrySimple* registry);
+ static void RegisterUserPrefs(PrefRegistrySyncable* registry);
private:
DISALLOW_COPY_AND_ASSIGN(FlagsUI);

Powered by Google App Engine
This is Rietveld 408576698