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

Unified Diff: content/public/test/mock_render_process_host.cc

Issue 11308024: Fixing guest processes to use the proper storage partition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment to test. Created 8 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: content/public/test/mock_render_process_host.cc
diff --git a/content/public/test/mock_render_process_host.cc b/content/public/test/mock_render_process_host.cc
index 9b9ca47e10e914213812a407aa4061a73d80c42e..ffb25a4a58746f1e113f213159c0f99a1cd695a1 100644
--- a/content/public/test/mock_render_process_host.cc
+++ b/content/public/test/mock_render_process_host.cc
@@ -83,6 +83,10 @@ bool MockRenderProcessHost::IsGuest() const {
return false;
}
+StoragePartition* MockRenderProcessHost::GetStoragePartition() const {
+ return NULL;
+}
+
void MockRenderProcessHost::AddWord(const string16& word) {
}

Powered by Google App Engine
This is Rietveld 408576698