| Index: chrome/common/pref_names.cc
|
| ===================================================================
|
| --- chrome/common/pref_names.cc (revision 162977)
|
| +++ chrome/common/pref_names.cc (working copy)
|
| @@ -859,6 +859,10 @@
|
| // extension + named command pair.
|
| const char kExtensionCommands[] = "extensions.commands";
|
|
|
| +// Integer pref that tracks how often the bubble has been shown to the user.
|
| +const char kExtensionsSideloadWipeoutBubbleShown[] =
|
| + "extensions.sideload_wipeout_bubble_shown";
|
| +
|
| // Pref containing the directory for internal plugins as written to the plugins
|
| // list (below).
|
| const char kPluginsLastInternalDirectory[] = "plugins.last_internal_directory";
|
|
|