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

Unified Diff: chrome/browser/ui/panels/auto_hiding_desktop_bar_gtk.cc

Issue 8423060: Classification of TODOs in Panel code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cr feedback Created 9 years, 1 month 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/panels/base_panel_browser_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/auto_hiding_desktop_bar_gtk.cc
diff --git a/chrome/browser/ui/panels/auto_hiding_desktop_bar_gtk.cc b/chrome/browser/ui/panels/auto_hiding_desktop_bar_gtk.cc
index 55a08ca9613f56211c60fb667585f1520d529319..e9c5d6ef4101e87783377617caa54d6bc3b104eb 100644
--- a/chrome/browser/ui/panels/auto_hiding_desktop_bar_gtk.cc
+++ b/chrome/browser/ui/panels/auto_hiding_desktop_bar_gtk.cc
@@ -32,24 +32,24 @@ AutoHidingDesktopBarGtk::AutoHidingDesktopBarGtk(Observer* observer)
}
void AutoHidingDesktopBarGtk::UpdateWorkArea(const gfx::Rect& work_area) {
- // TODO(prasadt): Not implemented yet.
+ // TODO(prasadt): Not implemented yet. http://crbug.com/102719
}
bool AutoHidingDesktopBarGtk::IsEnabled(
AutoHidingDesktopBar::Alignment alignment) {
- // TODO(prasadt): Not implemented yet.
+ // TODO(prasadt): Not implemented yet. http://crbug.com/102719
return false;
}
int AutoHidingDesktopBarGtk::GetThickness(
AutoHidingDesktopBar::Alignment alignment) const {
- // TODO(prasadt): Not implemented yet.
+ // TODO(prasadt): Not implemented yet. http://crbug.com/102719
return 0;
}
AutoHidingDesktopBar::Visibility AutoHidingDesktopBarGtk::GetVisibility(
AutoHidingDesktopBar::Alignment alignment) const {
- // TODO(prasadt): Not implemented yet.
+ // TODO(prasadt): Not implemented yet. http://crbug.com/102719
return AutoHidingDesktopBar::HIDDEN;
}
« no previous file with comments | « no previous file | chrome/browser/ui/panels/base_panel_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698