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

Unified Diff: content/public/browser/browser_context.h

Issue 11234032: Webview tag creation should be using storage partitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes for all comments so far. Created 8 years, 1 month 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: content/public/browser/browser_context.h
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h
index 79640f08e9d4d00144482b91cd846f0fa202e3f2..addc4d7800c5beba34b0efbe7d4c13d978fa125d 100644
--- a/content/public/browser/browser_context.h
+++ b/content/public/browser/browser_context.h
@@ -39,8 +39,7 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData {
public:
// Used in ForEachStoragePartition(). The first argument is the partition id.
// The second argument is the StoragePartition object for that partition id.
- typedef base::Callback<void(const std::string&, StoragePartition*)>
- StoragePartitionCallback;
+ typedef base::Callback<void(StoragePartition*)> StoragePartitionCallback;
static DownloadManager* GetDownloadManager(BrowserContext* browser_context);

Powered by Google App Engine
This is Rietveld 408576698