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

Side by Side Diff: chrome/browser/ui/color_chooser_util.h

Issue 13150004: Support color chooser inside extesions, apps, chrome frame, dev tool (Closed) Base URL: http://git.chromium.org/chromium/src.git@ngcolor
Patch Set: Rebased Created 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
tfarina 2013/05/20 16:45:53 Copyright 2013
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_UI_COLOR_CHOOSER_UTIL_H_
tfarina 2013/05/20 16:45:53 I'd name this file color_chooser_dialog.h
6 #define CHROME_BROWSER_UI_COLOR_CHOOSER_UTIL_H_
7
8 #include "third_party/skia/include/core/SkColor.h"
9
10 namespace content {
11 class WebContents;
12 class ColorChooser;
tfarina 2013/05/20 16:45:53 sort
13 }
14
15 content::ColorChooser* OpenColorChooser(content::WebContents* web_contents,
Ben Goodger (Google) 2013/05/20 16:14:30 1. put this in browser/ui/browser_dialogs.h instea
tfarina 2013/05/20 16:45:53 I'd also put this in chrome namespace. I don't rec
keishi 2013/05/21 16:48:06 Done. Thanks, this looks like the perfect place to
16 SkColor initial_color);
17
18 #endif // CHROME_BROWSER_UI_COLOR_CHOOSER_UTIL_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/color_chooser_mac.mm ('k') | chrome/browser/ui/extensions/shell_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698