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

Unified Diff: chrome/browser/views/about_ipc_dialog.cc

Issue 39206: NO CODE CHANGE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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
« no previous file with comments | « chrome/browser/tabs/tab_strip_model_unittest.cc ('k') | chrome/browser/views/about_network_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/about_ipc_dialog.cc
===================================================================
--- chrome/browser/views/about_ipc_dialog.cc (revision 10992)
+++ chrome/browser/views/about_ipc_dialog.cc (working copy)
@@ -232,7 +232,8 @@
break;
case WM_NOTIFY: {
NMLISTVIEW* info = reinterpret_cast<NM_LISTVIEW*>(lparam);
- if ((wparam == IDC_View || wparam == IDC_ViewHost || wparam == IDC_Plugin ||
+ if ((wparam == IDC_View || wparam == IDC_ViewHost ||
+ wparam == IDC_Plugin ||
wparam == IDC_PluginHost || wparam == IDC_NPObject ||
wparam == IDC_PluginProcess || wparam == IDC_PluginProcessHost) &&
info->hdr.code == LVN_ITEMCHANGED) {
« no previous file with comments | « chrome/browser/tabs/tab_strip_model_unittest.cc ('k') | chrome/browser/views/about_network_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698