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

Side by Side Diff: webkit/tools/test_shell/test_shell.cc

Issue 149162: shared build: make the shared build work for test_shell (Closed)
Patch Set: Created 11 years, 5 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
« no previous file with comments | « no previous file | no next file » | 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) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 "V8Proxy.h" 5 #include "V8Proxy.h"
6 #undef LOG 6 #undef LOG
7 7
8 #include "webkit/tools/test_shell/test_shell.h" 8 #include "webkit/tools/test_shell/test_shell.h"
9 9
10 #include "base/base_paths.h" 10 #include "base/base_paths.h"
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 return true; 660 return true;
661 } 661 }
662 #endif // OS_WIN 662 #endif // OS_WIN
663 return false; 663 return false;
664 } 664 }
665 665
666 std::wstring GetWebKitLocale() { 666 std::wstring GetWebKitLocale() {
667 return L"en-US"; 667 return L"en-US";
668 } 668 }
669 669
670 void CloseIdleConnections() {
671 // Used in benchmarking, Ignored for test_shell.
672 }
673
674 void SetCacheMode(bool enabled) {
675 // Used in benchmarking, Ignored for test_shell.
676 }
677
670 } // namespace webkit_glue 678 } // namespace webkit_glue
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698