 Chromium Code Reviews
 Chromium Code Reviews Issue 23618022:
  BrowserPlugin/WebView - Move plugin lifetime to DOM  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 23618022:
  BrowserPlugin/WebView - Move plugin lifetime to DOM  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| Index: public/web/WebPlugin.h | 
| diff --git a/public/web/WebPlugin.h b/public/web/WebPlugin.h | 
| index 4d4982282cb378ddb386bb1ff4d637078f1aa3c7..3bdbb203c7e4df2b362468c3bfe9838d6899348c 100644 | 
| --- a/public/web/WebPlugin.h | 
| +++ b/public/web/WebPlugin.h | 
| @@ -154,6 +154,7 @@ public: | 
| virtual void rotateView(RotationType type) { } | 
| virtual bool isPlaceholder() { return true; } | 
| + virtual bool shouldPersist() const { return false; } | 
| protected: | 
| ~WebPlugin() { } |