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

Unified Diff: chrome/browser/ui/libgtkui/gconf_listener.cc

Issue 2610883004: Gtk3: Rename Gtk2UI and Get[FB]GColor (Closed)
Patch Set: Rebase Created 3 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 | « chrome/browser/ui/libgtkui/gconf_listener.h ('k') | chrome/browser/ui/libgtkui/gtk_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/libgtkui/gconf_listener.cc
diff --git a/chrome/browser/ui/libgtkui/gconf_listener.cc b/chrome/browser/ui/libgtkui/gconf_listener.cc
index b618c8c9b4a77457140670b93784484c28c30c35..7a3fac78234b66b2b6c6fe8cb7d1ce06379755c0 100644
--- a/chrome/browser/ui/libgtkui/gconf_listener.cc
+++ b/chrome/browser/ui/libgtkui/gconf_listener.cc
@@ -42,9 +42,8 @@ namespace libgtkui {
// Public interface:
-GConfListener::GConfListener(Gtk2UI* delegate)
- : delegate_(delegate),
- client_(NULL) {
+GConfListener::GConfListener(GtkUi* delegate)
+ : delegate_(delegate), client_(NULL) {
std::unique_ptr<base::Environment> env(base::Environment::Create());
base::nix::DesktopEnvironment de =
base::nix::GetDesktopEnvironment(env.get());
@@ -161,7 +160,7 @@ void GConfListener::ParseAndStoreButtonValue(GConfValue* gconf_value) {
}
void GConfListener::ParseAndStoreMiddleClickValue(GConfValue* gconf_value) {
- Gtk2UI::NonClientMiddleClickAction action =
+ GtkUi::NonClientMiddleClickAction action =
views::LinuxUI::MIDDLE_CLICK_ACTION_LOWER;
if (gconf_value) {
const char* value = gconf_value_get_string(gconf_value);
« no previous file with comments | « chrome/browser/ui/libgtkui/gconf_listener.h ('k') | chrome/browser/ui/libgtkui/gtk_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698