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

Unified Diff: android_webview/common/aw_switches.cc

Issue 406683003: aw: Expose record document as public api (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | android_webview/java/src/org/chromium/android_webview/AwContentsStatics.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/common/aw_switches.cc
diff --git a/android_webview/common/aw_switches.cc b/android_webview/common/aw_switches.cc
index 4a9737210ce2c676a46d095513c8f7b3b04a8bf5..41ec9bd68670352517fed450183ea94dcce1d06a 100644
--- a/android_webview/common/aw_switches.cc
+++ b/android_webview/common/aw_switches.cc
@@ -7,9 +7,6 @@
namespace switches {
-const char kDisableRecordDocumentWorkaround[] =
- "disable-record-document-workaround";
-
const char kForceAuxiliaryBitmap[] = "force-auxiliary-bitmap";
bool ForceAuxiliaryBitmap() {
« no previous file with comments | « no previous file | android_webview/java/src/org/chromium/android_webview/AwContentsStatics.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698