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

Unified Diff: content/shell/webkit_test_platform_support_mac.mm

Issue 11093068: [content shell] Add layout test specific font setup (for linux only right now) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: content/shell/webkit_test_platform_support_mac.mm
diff --git a/remoting/host/installer/mac/uninstaller/remoting_uninstaller.h b/content/shell/webkit_test_platform_support_mac.mm
similarity index 61%
copy from remoting/host/installer/mac/uninstaller/remoting_uninstaller.h
copy to content/shell/webkit_test_platform_support_mac.mm
index 3a3b8ca647f2edb6292ea353677af00fdccefaa6..4fc8307944a480246c5eef839a203a8c041c492c 100644
--- a/remoting/host/installer/mac/uninstaller/remoting_uninstaller.h
+++ b/content/shell/webkit_test_platform_support_mac.mm
@@ -2,11 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import <Cocoa/Cocoa.h>
+#include "content/shell/webkit_test_platform_support.h"
-@interface RemotingUninstaller : NSObject {
+bool WebKitTestPlatformInitialize() {
+ return true;
}
-
-- (OSStatus)remotingUninstall;
-
-@end

Powered by Google App Engine
This is Rietveld 408576698