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

Unified Diff: chrome/browser/ui/views/color_chooser_aura.h

Issue 148203008: Cleanup: do not reuse the ColorChooserAura instances. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | chrome/browser/ui/views/color_chooser_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/color_chooser_aura.h
diff --git a/chrome/browser/ui/views/color_chooser_aura.h b/chrome/browser/ui/views/color_chooser_aura.h
index a26547a7d61b5385abfd8a9bd9cc709c44bc71d1..cb33d6a3983e426b0487ceca9b30ce14625431aa 100644
--- a/chrome/browser/ui/views/color_chooser_aura.h
+++ b/chrome/browser/ui/views/color_chooser_aura.h
@@ -28,8 +28,6 @@ class ColorChooserAura : public content::ColorChooser,
SkColor initial_color);
private:
- static ColorChooserAura* current_color_chooser_;
-
ColorChooserAura(content::WebContents* web_contents, SkColor initial_color);
// content::ColorChooser overrides:
« no previous file with comments | « no previous file | chrome/browser/ui/views/color_chooser_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698