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

Unified Diff: chrome/test/data/pdf/toolbar_manager_test.js

Issue 1527453002: PDF: Remove 'material' from file and variable names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pdf_remove_non_material
Patch Set: Created 5 years 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/test/data/pdf/basic_test_material.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/pdf/toolbar_manager_test.js
diff --git a/chrome/test/data/pdf/toolbar_manager_test.js b/chrome/test/data/pdf/toolbar_manager_test.js
index faaca8014d9ba8f6ff8d36829cb33f3c20d46722..041101c237872ad1e5600588d9d4f4b5c0c7f0e4 100644
--- a/chrome/test/data/pdf/toolbar_manager_test.js
+++ b/chrome/test/data/pdf/toolbar_manager_test.js
@@ -101,7 +101,7 @@ var tests = [
var mockZoomToolbar = {
clientHeight: 400
};
- var toolbar = document.getElementById('material-toolbar');
+ var toolbar = document.getElementById('toolbar');
var bookmarksDropdown = toolbar.$.bookmarks;
var toolbarManager =
« no previous file with comments | « chrome/test/data/pdf/basic_test_material.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698