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

Unified Diff: chrome/browser/chromeos/login/chrome_restart_request.cc

Issue 21271002: Added SkImageFilter serialization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Always Read/Write data, but ignore send/receive based on flag Created 7 years, 5 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 | « no previous file | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/chrome_restart_request.cc
diff --git a/chrome/browser/chromeos/login/chrome_restart_request.cc b/chrome/browser/chromeos/login/chrome_restart_request.cc
index 03bd1e342f4139037ffbb325f507ac9baaaca046..e199467defc7a91297026ac08901d59868b6b243 100644
--- a/chrome/browser/chromeos/login/chrome_restart_request.cc
+++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
@@ -68,6 +68,7 @@ std::string DeriveCommandLine(const GURL& start_url,
DCHECK_NE(&base_command_line, command_line);
static const char* kForwardSwitches[] = {
+ ::switches::kAllowFiltersOverIPC,
jochen (gone - plz use gerrit) 2013/08/07 04:44:38 why do you add the flag here?
sugoi1 2013/08/07 11:43:54 I thought the flag should be persistent, even on r
danakj 2013/08/07 13:01:13 This forwards the flag if present to the renderer
::switches::kAllowWebUICompositing,
::switches::kDeviceManagementUrl,
::switches::kDisableAccelerated2dCanvas,
« no previous file with comments | « no previous file | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698