Index: content/shell/shell_switches.cc |
=================================================================== |
--- content/shell/shell_switches.cc (revision 147965) |
+++ content/shell/shell_switches.cc (working copy) |
@@ -15,4 +15,6 @@ |
// Request pages to be dumped as text once they finished loading. |
const char kDumpRenderTree[] = "dump-render-tree"; |
+const char kOffTheRecord[] = "off-the-record"; |
+ |
} // namespace switches |