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

Side by Side Diff: chrome/test/ui/ppapi_uitest.cc

Issue 10534045: Add CreateTemporaryFile to PPB_Flash_File_ModuleLocal. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 "chrome/test/ui/ppapi_uitest.h" 5 #include "chrome/test/ui/ppapi_uitest.h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "base/file_util.h" 8 #include "base/file_util.h"
9 #include "base/logging.h" 9 #include "base/logging.h"
10 #include "base/path_service.h" 10 #include "base/path_service.h"
(...skipping 1094 matching lines...) Expand 10 before | Expand all | Expand 10 after
1105 1105
1106 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics) 1106 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics)
1107 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit) 1107 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit)
1108 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics) 1108 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics)
1109 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit) 1109 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit)
1110 1110
1111 TEST_PPAPI_IN_PROCESS(MouseCursor) 1111 TEST_PPAPI_IN_PROCESS(MouseCursor)
1112 TEST_PPAPI_OUT_OF_PROCESS(MouseCursor) 1112 TEST_PPAPI_OUT_OF_PROCESS(MouseCursor)
1113 TEST_PPAPI_NACL_VIA_HTTP(MouseCursor) 1113 TEST_PPAPI_NACL_VIA_HTTP(MouseCursor)
1114 1114
1115 // Only enabled in out-of-process mode.
1116 TEST_PPAPI_OUT_OF_PROCESS(FlashFile_CreateTemporaryFile)
1117
1115 #endif // ADDRESS_SANITIZER 1118 #endif // ADDRESS_SANITIZER
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/pepper_file_message_filter.h » ('j') | ppapi/tests/test_flash_file.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698