Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7908)

Unified Diff: chrome/browser/ui/views/frame/browser_view.cc

Issue 1815593002: Remove windowed NPAPI code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@make_test_plugin_windowless
Patch Set: fix compile Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/frame/browser_view.cc
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index 9d7584a4eec119082d63e9642b50a64fac263312..735c8594583edc8082054c4ca5402d7f86c4a309 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -464,6 +464,7 @@ BrowserView::BrowserView()
handling_theme_changed_(false),
in_process_fullscreen_(false),
#if defined(OS_WIN)
+ // TODO(piman): is this still useful now that windowed plugins are gone?
jam 2016/03/18 17:00:19 ah, saw this now. yes i dont see a reason to have
ticker_(0),
hung_window_detector_(&hung_plugin_action_),
#endif

Powered by Google App Engine
This is Rietveld 408576698