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

Unified Diff: chrome/browser/extensions/extensions_ui.h

Issue 329018: Further polish to extensions_ui page (Closed)
Patch Set: pre commit Created 11 years, 2 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/browser/browser_prefs.cc ('k') | chrome/browser/extensions/extensions_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extensions_ui.h
diff --git a/chrome/browser/extensions/extensions_ui.h b/chrome/browser/extensions/extensions_ui.h
index f3155049d28fe9c7a5be07b7a11ed8a0c5d41be5..37e73b62ed1e574ae3a139eafef4fc07a37dd489 100644
--- a/chrome/browser/extensions/extensions_ui.h
+++ b/chrome/browser/extensions/extensions_ui.h
@@ -20,6 +20,7 @@ class DictionaryValue;
class Extension;
class ExtensionsService;
class FilePath;
+class PrefService;
class UserScript;
class Value;
@@ -83,6 +84,9 @@ class ExtensionsDOMHandler
// Callback for "requestExtensionsData" message.
void HandleRequestExtensionsData(const Value* value);
+ // Callback for "toggleDeveloperMode" message.
+ void HandleToggleDeveloperMode(const Value* value);
+
// Callback for "inspect" message.
void HandleInspectMessage(const Value* value);
@@ -153,6 +157,8 @@ class ExtensionsUI : public DOMUI {
static RefCountedMemory* GetFaviconResourceBytes();
+ static void RegisterUserPrefs(PrefService* prefs);
+
private:
DISALLOW_COPY_AND_ASSIGN(ExtensionsUI);
};
« no previous file with comments | « chrome/browser/browser_prefs.cc ('k') | chrome/browser/extensions/extensions_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698