Chromium Code Reviews| Index: mojo/shell/switches.cc |
| diff --git a/mojo/shell/switches.cc b/mojo/shell/switches.cc |
| index a08f922d0dea2c932006339fa7d64eec462ffd1a..260578aecc573af780c20782195f0fc8b3d28299 100644 |
| --- a/mojo/shell/switches.cc |
| +++ b/mojo/shell/switches.cc |
| @@ -6,9 +6,9 @@ |
| namespace switches { |
| -const char kApp[] = "app"; |
| // Force dynamically loaded apps / services to be loaded irrespective of cache |
| // instructions. |
| const char kDisableCache[] = "disable-cache"; |
| +const char kOrigin[] = "origin"; |
| } // namespace switches |