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

Side by Side Diff: chrome/test/ppapi/ppapi_browsertest.cc

Issue 11416214: PPAPI: Move PPB_Console out of dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add test Created 8 years 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/ppapi/ppapi_test.h" 5 #include "chrome/test/ppapi/ppapi_test.h"
6 6
7 #include "base/test/test_timeouts.h" 7 #include "base/test/test_timeouts.h"
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "chrome/browser/content_settings/host_content_settings_map.h" 9 #include "chrome/browser/content_settings/host_content_settings_map.h"
10 #include "chrome/browser/profiles/profile.h" 10 #include "chrome/browser/profiles/profile.h"
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 browser()->profile()->GetHostContentSettingsMap()->SetDefaultContentSetting( 195 browser()->profile()->GetHostContentSettingsMap()->SetDefaultContentSetting(
196 CONTENT_SETTINGS_TYPE_PPAPI_BROKER, CONTENT_SETTING_ALLOW); 196 CONTENT_SETTINGS_TYPE_PPAPI_BROKER, CONTENT_SETTING_ALLOW);
197 197
198 // We shouldn't see an infobar. 198 // We shouldn't see an infobar.
199 InfoBarObserver observer; 199 InfoBarObserver observer;
200 200
201 RunTest("Broker_ConnectPermissionGranted"); 201 RunTest("Broker_ConnectPermissionGranted");
202 RunTest("Broker_IsAllowedPermissionGranted"); 202 RunTest("Broker_IsAllowedPermissionGranted");
203 } 203 }
204 204
205 TEST_PPAPI_IN_PROCESS(Console)
206 TEST_PPAPI_OUT_OF_PROCESS(Console)
207 TEST_PPAPI_NACL_VIA_HTTP(Console)
208
205 TEST_PPAPI_IN_PROCESS(Core) 209 TEST_PPAPI_IN_PROCESS(Core)
206 TEST_PPAPI_OUT_OF_PROCESS(Core) 210 TEST_PPAPI_OUT_OF_PROCESS(Core)
207 TEST_PPAPI_NACL_VIA_HTTP(Core) 211 TEST_PPAPI_NACL_VIA_HTTP(Core)
208 212
209 #if defined(OS_CHROMEOS) 213 #if defined(OS_CHROMEOS)
210 #define MAYBE_InputEvent InputEvent 214 #define MAYBE_InputEvent InputEvent
211 #elif defined(OS_LINUX) 215 #elif defined(OS_LINUX)
212 // Times out on Linux. http://crbug.com/108859 216 // Times out on Linux. http://crbug.com/108859
213 #define MAYBE_InputEvent DISABLED_InputEvent 217 #define MAYBE_InputEvent DISABLED_InputEvent
214 #elif defined(OS_MACOSX) 218 #elif defined(OS_MACOSX)
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 #define MAYBE_FlashFullscreen DISABLED_FlashFullscreen 908 #define MAYBE_FlashFullscreen DISABLED_FlashFullscreen
905 #else 909 #else
906 #define MAYBE_FlashFullscreen FlashFullscreen 910 #define MAYBE_FlashFullscreen FlashFullscreen
907 #endif 911 #endif
908 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_FlashFullscreen) 912 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_FlashFullscreen)
909 913
910 TEST_PPAPI_IN_PROCESS(TalkPrivate) 914 TEST_PPAPI_IN_PROCESS(TalkPrivate)
911 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) 915 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate)
912 916
913 #endif // ADDRESS_SANITIZER 917 #endif // ADDRESS_SANITIZER
OLDNEW
« no previous file with comments | « no previous file | ppapi/api/dev/ppb_console_dev.idl » ('j') | ppapi/thunk/interfaces_ppb_public_stable.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698