diff options
author | boliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-21 14:24:29 +0000 |
---|---|---|
committer | boliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-21 14:24:29 +0000 |
commit | 416e80ed9eac4e02a60bcc4353fb98aa249e6924 (patch) | |
tree | f69a9f4b017dbfd9a8c2abeefd1456c00219ed66 /android_webview/common | |
parent | 13b8859e63063041144b1372f80d59c9ecea32ee (diff) | |
download | chromium_src-416e80ed9eac4e02a60bcc4353fb98aa249e6924.zip chromium_src-416e80ed9eac4e02a60bcc4353fb98aa249e6924.tar.gz chromium_src-416e80ed9eac4e02a60bcc4353fb98aa249e6924.tar.bz2 |
aw: Remove aw_switches
The last switch kEnableAccelerated2dCanvas is no longer needed. So
remove the whole file.
BUG=239864
NOTRY=true
Review URL: https://codereview.chromium.org/208143002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258575 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/common')
-rw-r--r-- | android_webview/common/aw_switches.cc | 11 | ||||
-rw-r--r-- | android_webview/common/aw_switches.h | 16 |
2 files changed, 0 insertions, 27 deletions
diff --git a/android_webview/common/aw_switches.cc b/android_webview/common/aw_switches.cc deleted file mode 100644 index 6b9b2fd5..0000000 --- a/android_webview/common/aw_switches.cc +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright 2013 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 kEnableAccelerated2dCanvas[] = "enable-accelerated-2d-canvas"; - -} // namespace switches diff --git a/android_webview/common/aw_switches.h b/android_webview/common/aw_switches.h deleted file mode 100644 index 5111a08..0000000 --- a/android_webview/common/aw_switches.h +++ /dev/null @@ -1,16 +0,0 @@ -// Copyright 2013 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. - -#ifndef ANDROID_WEBVIEW_COMMON_AW_SWITCHES_H_ -#define ANDROID_WEBVIEW_COMMON_AW_SWITCHES_H_ - -namespace switches { - -// Explicitly enable accelerated 2d canvas. -// TODO(boliu): Remove this switch once on by default. -extern const char kEnableAccelerated2dCanvas[]; - -} // namespace switches - -#endif // ANDROID_WEBVIEW_COMMON_AW_SWITCHES_H_ |