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

Unified Diff: chrome/browser/ui/cocoa/content_settings/cookie_details_unittest.mm

Issue 14156003: Support multiple storage partitions in chrome://indexeddb-internals/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix cocoa unit test Created 7 years, 8 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/ui/cocoa/content_settings/cookie_details_unittest.mm
diff --git a/chrome/browser/ui/cocoa/content_settings/cookie_details_unittest.mm b/chrome/browser/ui/cocoa/content_settings/cookie_details_unittest.mm
index b81285603656d7cdf3f204a4378e80b8114fc4d6..77cd6f76e007d91d7fb52ddbc3a0b367e7f44200 100644
--- a/chrome/browser/ui/cocoa/content_settings/cookie_details_unittest.mm
+++ b/chrome/browser/ui/cocoa/content_settings/cookie_details_unittest.mm
@@ -138,9 +138,11 @@ TEST_F(CookiesDetailsTest, CreateForTreeIndexedDB) {
GURL origin("http://moose.org/");
int64 size = 1234;
base::Time last_modified = base::Time::Now();
+ base::FilePath file_path;
content::IndexedDBInfo info(origin,
size,
- last_modified);
+ last_modified,
+ file_path);
details.reset([[CocoaCookieDetails alloc] initWithIndexedDBInfo:&info]);
« no previous file with comments | « chrome/browser/ui/cocoa/content_settings/cookie_details.mm ('k') | chrome/browser/ui/gtk/gtk_chrome_cookie_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698