summaryrefslogtreecommitdiffstats
path: root/ash/screensaver/DEPS
diff options
context:
space:
mode:
authorrkc@chromium.org <rkc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-02 08:54:20 +0000
committerrkc@chromium.org <rkc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-02 08:54:20 +0000
commitd35162497672a6c2d66429e94b7341bc73d3620c (patch)
treeca73bc4c1b92913ecb438f3dd3351f97b2b4da60 /ash/screensaver/DEPS
parente2641d881d24be43d5ddaa4ea72a23fb9cf41df0 (diff)
downloadchromium_src-d35162497672a6c2d66429e94b7341bc73d3620c.zip
chromium_src-d35162497672a6c2d66429e94b7341bc73d3620c.tar.gz
chromium_src-d35162497672a6c2d66429e94b7341bc73d3620c.tar.bz2
Re-implement the screensaver to use WebView instead of ExtensionDialogHost.
Use WebView to render the screensaver extension instead of ExtensionDialogHost. Using the RenderViewGone override to detect termination of the renderer process to restart it. Added browser tests. R=ben@chromium.org,sky@chromium.org BUG=chromium-os:28211 TEST=Tested that the screensaver comes up; tested the reload via crashing the extension renderer with SIG_ABRT; also ran browser tests. Review URL: https://chromiumcodereview.appspot.com/10191010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134878 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/screensaver/DEPS')
-rw-r--r--ash/screensaver/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/screensaver/DEPS b/ash/screensaver/DEPS
new file mode 100644
index 0000000..1c35d9c
--- /dev/null
+++ b/ash/screensaver/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+content/public/browser",
+]