diff options
Diffstat (limited to 'android_webview/common/aw_switches.cc')
-rw-r--r-- | android_webview/common/aw_switches.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/android_webview/common/aw_switches.cc b/android_webview/common/aw_switches.cc new file mode 100644 index 0000000..f309623 --- /dev/null +++ b/android_webview/common/aw_switches.cc @@ -0,0 +1,12 @@ +// Copyright 2014 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "android_webview/common/aw_switches.h" + +namespace switches { + +const char kDisableRecordDocumentWorkaround[] = + "disable-record-document-workaround"; + +} // namespace switches |