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

Side by Side Diff: chrome/browser/ui_thread_helpers_linux.cc

Issue 3183013: [Mac] Don't close the Wrench menu after using the zoom buttons if the menu was opened sticky. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: nits Created 10 years, 4 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 | « chrome/browser/ui_thread_helpers.h ('k') | chrome/browser/ui_thread_helpers_mac.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/browser/ui_thread_helpers.h"
6
7 #include "base/task.h"
8 #include "chrome/browser/chrome_thread.h"
9
10 namespace ui_thread_helpers {
11
12 bool PostTaskWhileRunningMenu(const tracked_objects::Location& from_here,
13 Task* task) {
14 // TODO(rsesek): Implementing Linux behavior may fix http://crbug.com/48240
15 return ChromeThread::PostTask(ChromeThread::UI, from_here, task);
16 }
17
18 } // namespace ui_thread_helpers
OLDNEW
« no previous file with comments | « chrome/browser/ui_thread_helpers.h ('k') | chrome/browser/ui_thread_helpers_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698