Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index cbf7c85f863606daf4192f3522d5ac411310388e..160309c1b38b291e1db9178284697a60bcfef9f2 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -1100,6 +1100,10 @@ const char kProxyServer[] = "proxy-server"; |
| // NOTE: This is only implemented for Views. |
| const char kPurgeMemoryButton[] = "purge-memory-button"; |
| +// Determines whether or not EULA has been accepted at some point, and returns |
| +// the result (0 or 1) as exit code. |
|
grt (UTC plus 2)
2013/01/23 19:02:29
please be explicit as to what 0 and 1 mean. in gen
huangs
2013/01/24 00:08:08
Done; made comment explicit, and returning E_FAIL
|
| +const char kQueryEULAAcceptance[] = "query-eula-acceptance"; |
| + |
| // Capture resource consumption information through page cycling and output the |
| // data to the specified file. |
| const char kRecordStats[] = "record-stats"; |