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

Unified Diff: chrome/browser/chrome_security_exploit_browsertest.cc

Issue 2448353002: [BlobAsync] Moving async handling into BlobStorageContext & quota out. (Closed)
Patch Set: comments & windows/chromeos compile Created 4 years, 2 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
Index: chrome/browser/chrome_security_exploit_browsertest.cc
diff --git a/chrome/browser/chrome_security_exploit_browsertest.cc b/chrome/browser/chrome_security_exploit_browsertest.cc
index c95bb562d6bbe45c7bbdbe6b1d24f62d1ba76987..b9583944561f5c34cc1f6e4a8b5798118136f3f0 100644
--- a/chrome/browser/chrome_security_exploit_browsertest.cc
+++ b/chrome/browser/chrome_security_exploit_browsertest.cc
@@ -95,12 +95,8 @@ IN_PROC_BROWSER_TEST_F(ChromeSecurityExploitBrowserTest,
// messages are allowed, because this data is not in any origin.
IPC::IpcSecurityTestUtil::PwnMessageReceived(
rfh->GetProcess()->GetChannel(),
- BlobStorageMsg_RegisterBlobUUID(blob_id, blob_type, "",
- std::set<std::string>()));
+ BlobStorageMsg_RegisterBlob(blob_id, blob_type, "", data_elements));
- IPC::IpcSecurityTestUtil::PwnMessageReceived(
- rfh->GetProcess()->GetChannel(),
- BlobStorageMsg_StartBuildingBlob(blob_id, data_elements));
// This IPC should result in a kill because |target_origin| is not commitable
// in |rfh->GetProcess()|.

Powered by Google App Engine
This is Rietveld 408576698