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

Unified Diff: chrome/common/pref_names.cc

Issue 10201016: Conflict detection for Extension Keybinding. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/common/pref_names.cc
===================================================================
--- chrome/common/pref_names.cc (revision 134258)
+++ chrome/common/pref_names.cc (working copy)
@@ -731,6 +731,10 @@
// actions toolbar.
const char kExtensionToolbarSize[] = "extensions.toolbarsize";
+// Dictionary pref that tracks which keybinding belongs to which
+// extension + named command pair.
+const char kExtensionKeybindings[] = "extensions.keybindings";
+
// Pref containing the directory for internal plugins as written to the plugins
// list (below).
const char kPluginsLastInternalDirectory[] = "plugins.last_internal_directory";

Powered by Google App Engine
This is Rietveld 408576698