Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 63e94dfdc9038d3957ab8449eecdeab137890707..36f707f621d55e03fd3235ff55b1dbeb8fc9458a 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -10,6 +10,9 @@ namespace switches { |
// override for developers who need the old behavior for testing. |
const char kAllowFileAccessFromFiles[] = "allow-file-access-from-files"; |
+// Allows filters (SkImageFilter objects) to be sent between processes over IPC |
+const char kAllowFiltersOverIPC[] = "allow-filters-over-ipc"; |
+ |
// Enables the sandboxed processes to run without a job object assigned to them. |
// This flag is required to allow Chrome to run in RemoteApps or Citrix. This |
// flag can reduce the security of the sandboxed processes and allow them to do |
@@ -937,7 +940,4 @@ extern const char kTestCompositor[] = "test-compositor"; |
// Don't dump stuff here, follow the same order as the header. |
-// Allows filters (SkImageFilter objects) to be sent between processes over IPC |
-const char kAllowFiltersOverIPC[] = "allow-filters-over-ipc"; |
- |
} // namespace switches |