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

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

Issue 6614030: Revert 76840 - Removed GPU plugin.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « chrome/renderer/webplugin_delegate_proxy.cc ('k') | content/browser/plugin_process_host.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/file_path.h" 5 #include "base/file_path.h"
6 6
7 #include "app/app_switches.h" 7 #include "app/app_switches.h"
8 #include "base/test/test_timeouts.h" 8 #include "base/test/test_timeouts.h"
9 #include "chrome/common/chrome_switches.h" 9 #include "chrome/common/chrome_switches.h"
10 #include "chrome/test/ui/npapi_test_helper.h" 10 #include "chrome/test/ui/npapi_test_helper.h"
(...skipping 27 matching lines...) Expand all
38 TEST_F(PepperTester, FAILS_Pepper3D) { 38 TEST_F(PepperTester, FAILS_Pepper3D) {
39 const FilePath dir(FILE_PATH_LITERAL("pepper")); 39 const FilePath dir(FILE_PATH_LITERAL("pepper"));
40 const FilePath file(FILE_PATH_LITERAL("pepper_3d.html")); 40 const FilePath file(FILE_PATH_LITERAL("pepper_3d.html"));
41 GURL url = ui_test_utils::GetTestUrl(dir, file); 41 GURL url = ui_test_utils::GetTestUrl(dir, file);
42 ASSERT_NO_FATAL_FAILURE(NavigateToURL(url)); 42 ASSERT_NO_FATAL_FAILURE(NavigateToURL(url));
43 WaitForFinish("pepper_3d", "1", url, 43 WaitForFinish("pepper_3d", "1", url,
44 kTestCompleteCookie, kTestCompleteSuccess, 44 kTestCompleteCookie, kTestCompleteSuccess,
45 TestTimeouts::action_max_timeout_ms()); 45 TestTimeouts::action_max_timeout_ms());
46 } 46 }
47 #endif 47 #endif
OLDNEW
« no previous file with comments | « chrome/renderer/webplugin_delegate_proxy.cc ('k') | content/browser/plugin_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698