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

Unified Diff: chrome/test/ui/ui_test.h

Issue 28347: Don't expose --single-process and --in-process-plugins for official Chrome re... (Closed) Base URL: svn://chrome-svn/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/renderer_host/browser_render_process_host.cc ('k') | chrome/test/ui/ui_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ui_test.h
===================================================================
--- chrome/test/ui/ui_test.h (revision 10765)
+++ chrome/test/ui/ui_test.h (working copy)
@@ -223,13 +223,6 @@
in_process_renderer_ = value;
}
- // Get/Set a flag to run the plugins in the renderer process when running the
- // tests.
- static bool in_process_plugins() { return in_process_plugins_; }
- static void set_in_process_plugins(bool value) {
- in_process_plugins_ = value;
- }
-
// Get/Set a flag to run the renderer outside the sandbox when running the
// tests
static bool no_sandbox() { return no_sandbox_; }
@@ -428,7 +421,6 @@
FILETIME test_start_time_; // Time the test was started
// (so we can check for new crash dumps)
#endif
- static bool in_process_plugins_;
static bool no_sandbox_;
static bool safe_plugins_;
static bool full_memory_dump_; // If true, write full memory dump
« no previous file with comments | « chrome/browser/renderer_host/browser_render_process_host.cc ('k') | chrome/test/ui/ui_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698