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

Side by Side Diff: chrome/browser/profiles/profile_io_data.cc

Issue 7230052: Make kClearSiteDataOnExit work correctly for Flash in multi-profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/profiles/profile_io_data.h ('k') | content/browser/content_browser_client.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/profiles/profile_io_data.h" 5 #include "chrome/browser/profiles/profile_io_data.h"
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "base/command_line.h" 10 #include "base/command_line.h"
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 context->set_ssl_config_service(profile_params_->ssl_config_service); 513 context->set_ssl_config_service(profile_params_->ssl_config_service);
514 context->set_appcache_service(profile_params_->appcache_service); 514 context->set_appcache_service(profile_params_->appcache_service);
515 context->set_blob_storage_context(profile_params_->blob_storage_context); 515 context->set_blob_storage_context(profile_params_->blob_storage_context);
516 context->set_file_system_context(profile_params_->file_system_context); 516 context->set_file_system_context(profile_params_->file_system_context);
517 context->set_extension_info_map(profile_params_->extension_info_map); 517 context->set_extension_info_map(profile_params_->extension_info_map);
518 } 518 }
519 519
520 void ProfileIOData::ShutdownOnUIThread() { 520 void ProfileIOData::ShutdownOnUIThread() {
521 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 521 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
522 enable_referrers_.Destroy(); 522 enable_referrers_.Destroy();
523 clear_local_state_on_exit_.Destroy();
523 } 524 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_io_data.h ('k') | content/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698