summaryrefslogtreecommitdiffstats
path: root/ash/screensaver/DEPS
diff options
context:
space:
mode:
authorrkc@chromium.org <rkc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-04 17:44:37 +0000
committerrkc@chromium.org <rkc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-04 17:44:37 +0000
commit9ed9ac97bd45365c2cb491b16f9c70ee96b036ff (patch)
tree89ff0c0e172d0e4141dd68bc907289dc748a1dd3 /ash/screensaver/DEPS
parent1e89ed3c8f8002a67f70acdc72f3c6e6801bf112 (diff)
downloadchromium_src-9ed9ac97bd45365c2cb491b16f9c70ee96b036ff.zip
chromium_src-9ed9ac97bd45365c2cb491b16f9c70ee96b036ff.tar.gz
chromium_src-9ed9ac97bd45365c2cb491b16f9c70ee96b036ff.tar.bz2
Revert 135369 - 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 TBR=rkc@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135372 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/screensaver/DEPS')
-rw-r--r--ash/screensaver/DEPS3
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/screensaver/DEPS b/ash/screensaver/DEPS
deleted file mode 100644
index 1c35d9c..0000000
--- a/ash/screensaver/DEPS
+++ /dev/null
@@ -1,3 +0,0 @@
-include_rules = [
- "+content/public/browser",
-]