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

Unified Diff: chrome/common/platform_util_mac.mm

Issue 56153: Re-enable save package on linux. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/platform_util_mac.mm
===================================================================
--- chrome/common/platform_util_mac.mm (revision 12923)
+++ chrome/common/platform_util_mac.mm (working copy)
@@ -13,4 +13,9 @@
NOTIMPLEMENTED();
}
+gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
+ NOTIMPLEMENTED();
+ return NULL;
+}
+
} // namespace platform_util

Powered by Google App Engine
This is Rietveld 408576698