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

Unified Diff: chrome_elf/blacklist/test/blacklist_test_dll_1.cc

Issue 118343004: Reland of http://crrev.com/241548. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_elf/blacklist/test/blacklist_test.cc ('k') | chrome_elf/blacklist/test/blacklist_test_dll_1.def » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/blacklist/test/blacklist_test_dll_1.cc
diff --git a/ui/base/cocoa/flipped_view.mm b/chrome_elf/blacklist/test/blacklist_test_dll_1.cc
similarity index 61%
copy from ui/base/cocoa/flipped_view.mm
copy to chrome_elf/blacklist/test/blacklist_test_dll_1.cc
index 57c16477a94b7b30f709bc71abbe10fe009b4ee8..a4e414d5210db7babf43c67996dbeec7e3944480 100644
--- a/ui/base/cocoa/flipped_view.mm
+++ b/chrome_elf/blacklist/test/blacklist_test_dll_1.cc
@@ -2,12 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "ui/base/cocoa/flipped_view.h"
+#include <windows.h>
-@implementation FlippedView
-
-- (BOOL)isFlipped {
- return YES;
+BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
+ return TRUE;
}
-
-@end
« no previous file with comments | « chrome_elf/blacklist/test/blacklist_test.cc ('k') | chrome_elf/blacklist/test/blacklist_test_dll_1.def » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698