Index: android_webview/common/aw_switches.cc |
diff --git a/athena/common/switches.h b/android_webview/common/aw_switches.cc |
similarity index 54% |
copy from athena/common/switches.h |
copy to android_webview/common/aw_switches.cc |
index ce68164e8125168b1cacfec9d5a3c05d32bb5eba..f30962368ed6252be251b4c55808845b4d8afe75 100644 |
--- a/athena/common/switches.h |
+++ b/android_webview/common/aw_switches.cc |
@@ -2,15 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef ATHENA_COMMON_SWITCHES_H_ |
-#define ATHENA_COMMON_SWITCHES_H_ |
+#include "android_webview/common/aw_switches.h" |
-namespace athena { |
namespace switches { |
-bool IsDebugAcceleratorsEnabled(); |
+const char kDisableRecordDocumentWorkaround[] = |
+ "disable-record-document-workaround"; |
} // namespace switches |
-} // namespace athena |
- |
-#endif // ATHENA_COMMON_SWITCHES_H_ |