Index: content/shell/shell_aura.cc |
diff --git a/content/shell/shell_aura.cc b/content/shell/shell_aura.cc |
index b956aec7404d467dd8ae5f04174a5a2c10e843db..ee4efada6c3e52da6675296fe8df4e12313d4a9b 100644 |
--- a/content/shell/shell_aura.cc |
+++ b/content/shell/shell_aura.cc |
@@ -52,13 +52,6 @@ class ShellViewsDelegateAura : public ViewsDelegate { |
} |
// Overridden from ViewsDelegate: |
- virtual ui::Clipboard* GetClipboard() const OVERRIDE { |
- if (!clipboard_.get()) { |
- clipboard_.reset(new ui::Clipboard); |
- } |
- return clipboard_.get(); |
- } |
- |
virtual void SaveWindowPlacement(const Widget* window, |
const std::string& window_name, |
const gfx::Rect& bounds, |
@@ -111,7 +104,6 @@ class ShellViewsDelegateAura : public ViewsDelegate { |
} |
private: |
- mutable scoped_ptr<ui::Clipboard> clipboard_; |
bool use_transparent_windows_; |
DISALLOW_COPY_AND_ASSIGN(ShellViewsDelegateAura); |