Chromium Code Reviews| Index: blimp/engine/app/switches.cc |
| diff --git a/blimp/engine/app/switches.cc b/blimp/engine/app/switches.cc |
| index 0cfe19d9ace45eacd3259febe89c82c746ac26b8..aabcc06d43401c4145e63d09282b6b342f0d80ea 100644 |
| --- a/blimp/engine/app/switches.cc |
| +++ b/blimp/engine/app/switches.cc |
| @@ -8,6 +8,7 @@ namespace blimp { |
| namespace engine { |
| const char kEnginePort[] = "engine-port"; |
| +const char kAllowNonLocalhost[] = "allow-non-localhost"; |
| } // namespace engine |
| } // namespace blimp |