Index: chrome/browser/tab_contents/tab_contents.h |
=================================================================== |
--- chrome/browser/tab_contents/tab_contents.h (revision 71882) |
+++ chrome/browser/tab_contents/tab_contents.h (working copy) |
@@ -811,6 +811,8 @@ |
const GURL& target_url); |
void OnDocumentLoadedInFrame(int64 frame_id); |
void OnDidFinishLoad(int64 frame_id); |
+ void OnUpdateContentRestrictions(int restrictions); |
+ void OnPDFHasUnsupportedFeature(); |
// Changes the IsLoading state and notifies delegate as needed |
// |details| is used to provide details on the load that just finished |
@@ -1040,7 +1042,6 @@ |
virtual void UpdateZoomLimits(int minimum_percent, |
int maximum_percent, |
bool remember); |
- virtual void UpdateContentRestrictions(int restrictions); |
// RenderViewHostManager::Delegate ------------------------------------------- |