diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 18:28:30 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 18:28:30 +0000 |
commit | 70dee7e6278f15149d5027245e9a75ebb1cb2698 (patch) | |
tree | 2a3e53c53ea1d46c3c6ce2d0a13941c5a83a8c28 /content/renderer/renderer_webapplicationcachehost_impl.h | |
parent | b3d0a454a4267d2d5e80f4714ab5287a9fbc0322 (diff) | |
download | chromium_src-70dee7e6278f15149d5027245e9a75ebb1cb2698.zip chromium_src-70dee7e6278f15149d5027245e9a75ebb1cb2698.tar.gz chromium_src-70dee7e6278f15149d5027245e9a75ebb1cb2698.tar.bz2 |
Introduce the notion of a "layout test mode" instead of turning individual flags on and off
BUG=111316
R=piman@chromium.org
Review URL: https://chromiumcodereview.appspot.com/16026006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202920 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/renderer_webapplicationcachehost_impl.h')
-rw-r--r-- | content/renderer/renderer_webapplicationcachehost_impl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/renderer/renderer_webapplicationcachehost_impl.h b/content/renderer/renderer_webapplicationcachehost_impl.h index 872d5c6..07d5e22 100644 --- a/content/renderer/renderer_webapplicationcachehost_impl.h +++ b/content/renderer/renderer_webapplicationcachehost_impl.h @@ -5,7 +5,6 @@ #ifndef CONTENT_RENDERER_RENDERER_WEBAPPLICATIONCACHEHOST_IMPL_H_ #define CONTENT_RENDERER_RENDERER_WEBAPPLICATIONCACHEHOST_IMPL_H_ -#include "content/common/content_export.h" #include "webkit/appcache/web_application_cache_host_impl.h" namespace content { @@ -25,8 +24,6 @@ class RendererWebApplicationCacheHostImpl virtual void OnContentBlocked(const GURL& manifest_url) OVERRIDE; virtual void OnCacheSelected(const appcache::AppCacheInfo& info) OVERRIDE; - CONTENT_EXPORT static void DisableLoggingForTesting(); - private: RenderViewImpl* GetRenderView(); |