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

Unified Diff: chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/restore_prefs.js

Issue 443333003: Show location, search button, and change-view button on the toolbar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 4 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/test/data/extensions/api_test/file_manager_browsertest/file_manager/restore_prefs.js
diff --git a/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/restore_prefs.js b/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/restore_prefs.js
index e57e4622b40d3483896c90a132c855f5570bb578..394bbf133ecce2c2f02134324b24ac4d7a438fe6 100644
--- a/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/restore_prefs.js
+++ b/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/restore_prefs.js
@@ -85,18 +85,11 @@ testcase.restoreCurrentView = function() {
appId = inAppId;
waitForElement(appId, '.thumbnail-grid[hidden]').then(this.next);
},
- // Opens the gear menu.
- function() {
- callRemoteTestUtil('fakeMouseClick',
- appId,
- ['#gear-button'],
- this.next);
- },
// Change the current view.
function() {
callRemoteTestUtil('fakeMouseClick',
appId,
- ['#thumbnail-view'],
+ ['#view-button'],
this.next);
},
// Check the new current view.

Powered by Google App Engine
This is Rietveld 408576698