diff options
Diffstat (limited to 'content/public/renderer/render_process_observer.h')
-rw-r--r-- | content/public/renderer/render_process_observer.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content/public/renderer/render_process_observer.h b/content/public/renderer/render_process_observer.h index 74391fd..65137cd 100644 --- a/content/public/renderer/render_process_observer.h +++ b/content/public/renderer/render_process_observer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -31,6 +31,9 @@ class CONTENT_EXPORT RenderProcessObserver { // Called right after the WebKit API is initialized. virtual void WebKitInitialized() {} + // Called when the renderer cache of the plug-in list has changed. + virtual void PluginListChanged() {} + virtual void IdleNotification() {} private: |