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

Unified Diff: chrome/browser/views/dialog_stubs_gtk.cc

Issue 1730015: Windows/Views: delete native bookmark manager code. (Closed)
Patch Set: Patch with fixed file perms. Created 10 years, 8 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/views/bookmark_table_view.cc ('k') | chrome/browser/views/frame/browser_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/dialog_stubs_gtk.cc
diff --git a/chrome/browser/views/dialog_stubs_gtk.cc b/chrome/browser/views/dialog_stubs_gtk.cc
index f59421a9ffe4f4e0f7aef825e7b4b93fcdc5c6a4..01cab504558c9a05a9c0fc6b8ad02d9ea73b229b 100644
--- a/chrome/browser/views/dialog_stubs_gtk.cc
+++ b/chrome/browser/views/dialog_stubs_gtk.cc
@@ -40,11 +40,6 @@ void ShowImporterView(views::Widget* parent, Profile* profile) {
NOTIMPLEMENTED();
}
-void ShowBookmarkManagerView(Profile* profile) {
- // TODO(viettrungluu): remove this function (crbug.com/38908)
- NOTIMPLEMENTED();
-}
-
void ShowPasswordsExceptionsWindowView(Profile* profile) {
ShowPasswordsExceptionsWindow(profile);
}
« no previous file with comments | « chrome/browser/views/bookmark_table_view.cc ('k') | chrome/browser/views/frame/browser_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698