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

Unified Diff: trunk/src/chrome/browser/task_manager/task_manager.h

Issue 290633006: Revert 270907 "Remove knowledge of nacl from content." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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: trunk/src/chrome/browser/task_manager/task_manager.h
===================================================================
--- trunk/src/chrome/browser/task_manager/task_manager.h (revision 270923)
+++ trunk/src/chrome/browser/task_manager/task_manager.h (working copy)
@@ -351,6 +351,9 @@
PerResourceValues();
~PerResourceValues();
+ bool is_nacl_debug_stub_port_valid;
+ int nacl_debug_stub_port;
+
bool is_title_valid;
base::string16 title;
@@ -410,9 +413,6 @@
bool is_user_handles_valid;
size_t user_handles;
size_t user_handles_peak;
-
- bool is_nacl_debug_stub_port_valid;
- int nacl_debug_stub_port;
};
typedef std::vector<task_manager::Resource*> ResourceList;
« no previous file with comments | « trunk/src/chrome/browser/task_manager/resource_provider.cc ('k') | trunk/src/chrome/browser/task_manager/task_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698