Chromium Code Reviews| Index: chrome/common/child_process_logging.h |
| =================================================================== |
| --- chrome/common/child_process_logging.h (revision 153727) |
| +++ 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[]; |
|
Lei Zhang
2012/08/28 23:10:22
nit: move this up one line (alphabetical order) di
Alexei Svitkine (slow)
2012/08/29 14:05:25
Done.
|
| 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; |