diff options
Diffstat (limited to 'chrome/browser/notifications/balloon_host.h')
-rw-r--r-- | chrome/browser/notifications/balloon_host.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h index 849a550..4393665 100644 --- a/chrome/browser/notifications/balloon_host.h +++ b/chrome/browser/notifications/balloon_host.h @@ -102,10 +102,6 @@ class BalloonHost : public RenderViewHostDelegate, // Enable Web UI. This has to be called before renderer is created. void EnableWebUI(); - virtual void UpdateInspectorSetting(const std::string& key, - const std::string& value); - virtual void ClearInspectorSettings(); - // Returns whether the associated render view is ready. Used only for testing. bool IsRenderViewReady() const; |