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

Unified Diff: chrome/browser/resources/md_bookmarks/edit_dialog.html

Issue 2780223004: MD Bookmarks: Implement dialog to add new folders/bookmarks (Closed)
Patch Set: Rebase Created 3 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
Index: chrome/browser/resources/md_bookmarks/edit_dialog.html
diff --git a/chrome/browser/resources/md_bookmarks/edit_dialog.html b/chrome/browser/resources/md_bookmarks/edit_dialog.html
index b2f23a32035023f3bdadd3091049eaad229f760f..5a010d7d84758b5af249aee17a7f54c822d26683 100644
--- a/chrome/browser/resources/md_bookmarks/edit_dialog.html
+++ b/chrome/browser/resources/md_bookmarks/edit_dialog.html
@@ -10,7 +10,7 @@
<template>
<style include="cr-shared-style"></style>
<dialog is="cr-dialog" id="dialog">
- <div class="title">[[getDialogTitle_(isFolder_)]]</div>
+ <div class="title">[[getDialogTitle_(isFolder_, isEdit_)]]</div>
<div class="body">
<paper-input always-float-label id="name"
label="$i18n{editDialogNameInput}"
« no previous file with comments | « chrome/browser/resources/md_bookmarks/compiled_resources2.gyp ('k') | chrome/browser/resources/md_bookmarks/edit_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698