Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: android_webview/common/aw_switches.cc

Issue 361073002: Add switch to disable recording whole document (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698