Chromium Code Reviews

Issue 4277001: [GTK] add instant pref (Closed)

Created:
10 years, 1 month ago by Evan Stade
Modified:
9 years, 6 months ago
Reviewers:
sky, rohitrao (ping after 24h)
CC:
chromium-reviews, ben+cc_chromium.org
Visibility:
Public.

Description

[GTK] add instant pref replace the flag with a pref. There is still a flag for verbatim matching, which sky just added. BUG=58937 TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=64965

Patch Set 1 #

Patch Set 2 : remove flag for linux #

Total comments: 4

Patch Set 3 : sky review #

Unified diffs Side-by-side diffs Stats (+92 lines, -6 lines)
M chrome/browser/about_flags.cc View 1 chunk +1 line, -1 line 0 comments
M chrome/browser/gtk/options/general_page_gtk.h View 2 chunks +8 lines, -0 lines 0 comments
M chrome/browser/gtk/options/general_page_gtk.cc View 9 chunks +83 lines, -5 lines 0 comments

Messages

Total messages: 4 (0 generated)
Evan Stade
10 years, 1 month ago (2010-11-02 01:22:11 UTC) #1
sky
http://codereview.chromium.org/4277001/diff/2001/3002 File chrome/browser/gtk/options/general_page_gtk.cc (right): http://codereview.chromium.org/4277001/diff/2001/3002#newcode545 chrome/browser/gtk/options/general_page_gtk.cc:545: bool enabled = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(toggle_button)); You need to call into ...
10 years, 1 month ago (2010-11-02 17:56:29 UTC) #2
Evan Stade
http://codereview.chromium.org/4277001/diff/2001/3002 File chrome/browser/gtk/options/general_page_gtk.cc (right): http://codereview.chromium.org/4277001/diff/2001/3002#newcode545 chrome/browser/gtk/options/general_page_gtk.cc:545: bool enabled = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(toggle_button)); On 2010/11/02 17:56:29, sky wrote: ...
10 years, 1 month ago (2010-11-03 00:27:47 UTC) #3
sky
10 years, 1 month ago (2010-11-03 00:51:42 UTC) #4
TODO works for me.
LGTM

Powered by Google App Engine