summaryrefslogtreecommitdiffstats
path: root/android_webview/lib
diff options
context:
space:
mode:
authorweiliangc@chromium.org <weiliangc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-12 20:23:18 +0000
committerweiliangc@chromium.org <weiliangc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-12 20:23:18 +0000
commit3836d989de971e5b7e7458c92649a7ae26283470 (patch)
treeb9c452f0a8d1c629056bb7b2ff56ab9795250dca /android_webview/lib
parent1e46c2a739f7ac6492787c68883a7f1045a714d0 (diff)
downloadchromium_src-3836d989de971e5b7e7458c92649a7ae26283470.zip
chromium_src-3836d989de971e5b7e7458c92649a7ae26283470.tar.gz
chromium_src-3836d989de971e5b7e7458c92649a7ae26283470.tar.bz2
Remove --hide-scrollbars Flag
This command lien flag is used only by Android Webview, which we now plump through using another setting mechanism instead. BUG=350136 Review URL: https://codereview.chromium.org/195783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256623 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/lib')
-rw-r--r--android_webview/lib/main/aw_main_delegate.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc
index a7cbd6f..3a1d323 100644
--- a/android_webview/lib/main/aw_main_delegate.cc
+++ b/android_webview/lib/main/aw_main_delegate.cc
@@ -60,7 +60,6 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
cl->AppendSwitch(switches::kEnableImplSidePainting);
// WebView uses the Android system's scrollbars and overscroll glow.
- cl->AppendSwitch(switches::kHideScrollbars);
cl->AppendSwitch(switches::kDisableOverscrollEdgeEffect);
// Not yet supported in single-process mode.