| Index: chrome/common/child_process_logging.h
|
| ===================================================================
|
| --- chrome/common/child_process_logging.h (revision 153734)
|
| +++ chrome/common/child_process_logging.h (working copy)
|
| @@ -62,8 +62,10 @@
|
| extern char g_num_extensions[];
|
| extern char g_num_switches[];
|
| extern char g_num_views[];
|
| +extern char g_num_variations[];
|
| extern char g_printer_info[];
|
| extern char g_switches[];
|
| +extern char g_variation_chunks[];
|
|
|
| // Assume IDs are 32 bytes long.
|
| static const size_t kExtensionLen = 32;
|
|
|