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

Side by Side Diff: content/browser/fileapi/file_system_browsertest.cc

Issue 9558006: Rename content/{common,browser}/file_system to fileapi and move blob stuff into it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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
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 "base/bind.h" 5 #include "base/bind.h"
6 #include "base/command_line.h" 6 #include "base/command_line.h"
7 #include "base/file_path.h" 7 #include "base/file_path.h"
8 #include "base/memory/ref_counted.h" 8 #include "base/memory/ref_counted.h"
9 #include "base/test/thread_test_helper.h" 9 #include "base/test/thread_test_helper.h"
10 #include "chrome/browser/ui/browser.h" 10 #include "chrome/browser/ui/browser.h"
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("request_test.html")))); 84 SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("request_test.html"))));
85 } 85 }
86 86
87 IN_PROC_BROWSER_TEST_F(FileSystemBrowserTest, CreateTest) { 87 IN_PROC_BROWSER_TEST_F(FileSystemBrowserTest, CreateTest) {
88 SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("create_test.html")))); 88 SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("create_test.html"))));
89 } 89 }
90 90
91 IN_PROC_BROWSER_TEST_F(FileSystemBrowserTestWithLowQuota, QuotaTest) { 91 IN_PROC_BROWSER_TEST_F(FileSystemBrowserTestWithLowQuota, QuotaTest) {
92 SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("quota_test.html")))); 92 SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("quota_test.html"))));
93 } 93 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698