Add UI hook for distilling web pages for test shell.
commit184ae3f1bdc996fb4e80983ace65586968dd34b1
authornyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 5 Mar 2014 02:25:20 +0000 (5 02:25 +0000)
committernyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 5 Mar 2014 02:25:20 +0000 (5 02:25 +0000)
treee7e4e94671ccd356038cd7299b0928a4640f2001
parentf91d89e9259db7e7dcddc6051715effbde06112d
Add UI hook for distilling web pages for test shell.

This adds the Java hooks needed and a menu option to distill the current
web page in the test shell.

BUG=319881
NOTRY=true

Review URL: https://codereview.chromium.org/185113002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254929 0039d316-1c4b-4281-b951-d872f2087c98
14 files changed:
chrome/android/shell/res/menu/main_menu.xml
chrome/android/shell/res/values/strings.xml
chrome/android/testshell/java/DEPS
chrome/android/testshell/java/src/org/chromium/chrome/shell/ChromiumTestShellActivity.java
chrome/android/testshell/java/src/org/chromium/chrome/shell/TestShellSwitches.java [new file with mode: 0644]
chrome/browser/android/chrome_jni_registrar.cc
chrome/chrome_android.gypi
components/dom_distiller.gypi
components/dom_distiller/DEPS
components/dom_distiller/android/component_jni_registrar.cc [new file with mode: 0644]
components/dom_distiller/android/component_jni_registrar.h [new file with mode: 0644]
components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DomDistillerUrlUtils.java [new file with mode: 0644]
components/dom_distiller/core/url_utils_android.cc [new file with mode: 0644]
components/dom_distiller/core/url_utils_android.h [new file with mode: 0644]