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

Unified Diff: content/shell/browser/shell_mac.mm

Issue 297143009: MacViews: Gets views_examples_with_content_exe compiling on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to master Created 6 years, 7 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
« no previous file with comments | « build/all.gyp ('k') | ui/views/examples/examples.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell_mac.mm
diff --git a/content/shell/browser/shell_mac.mm b/content/shell/browser/shell_mac.mm
index f332064c5ce2483a568a5042da6fc18a82ae92a8..5e48f26bf43845f596231a258f99eec2fafaf6c3 100644
--- a/content/shell/browser/shell_mac.mm
+++ b/content/shell/browser/shell_mac.mm
@@ -288,6 +288,16 @@ bool Shell::PlatformHandleContextMenu(
return false;
}
+#if defined(TOOLKIT_VIEWS)
+void Shell::PlatformWebContentsFocused(WebContents* contents) {
+ if (headless_)
+ return;
+
+ NOTIMPLEMENTED();
+ return;
+}
+#endif
+
void Shell::Close() {
if (headless_)
delete this;
« no previous file with comments | « build/all.gyp ('k') | ui/views/examples/examples.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698