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

Unified Diff: chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h

Issue 6679024: Removing 'off the record' references from TabRendererGtk. Contributed by vipul.bhasin@gmail.com (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 9 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
Index: chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h
diff --git a/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h b/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h
index c46e8f15247ec80339ac46f2d5545759c60cad8c..2100ea1f1fbe5e72bdba7fc885577b1d1adced53 100644
--- a/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h
+++ b/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h
@@ -260,7 +260,7 @@ class TabRendererGtk : public ui::AnimationDelegate,
: is_default_favicon(false),
loading(false),
crashed(false),
- off_the_record(false),
+ incognito(false),
show_icon(true),
mini(false),
blocked(false),
@@ -273,7 +273,7 @@ class TabRendererGtk : public ui::AnimationDelegate,
string16 title;
bool loading;
bool crashed;
- bool off_the_record;
+ bool incognito;
bool show_icon;
bool mini;
bool blocked;

Powered by Google App Engine
This is Rietveld 408576698