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

Unified Diff: Source/devtools/front_end/resources/DatabaseQueryView.js

Issue 720223002: DevTools: only allow status bar items in status bars. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 6 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
Index: Source/devtools/front_end/resources/DatabaseQueryView.js
diff --git a/Source/devtools/front_end/resources/DatabaseQueryView.js b/Source/devtools/front_end/resources/DatabaseQueryView.js
index 3f73df68ea78a57e56f176298be0122b57811235..1a4566540b66fa74b459c5873f9875b7fe26a7ad 100644
--- a/Source/devtools/front_end/resources/DatabaseQueryView.js
+++ b/Source/devtools/front_end/resources/DatabaseQueryView.js
@@ -55,6 +55,14 @@ WebInspector.DatabaseQueryView.Events = {
}
WebInspector.DatabaseQueryView.prototype = {
+ /**
+ * @return {!Array.<!WebInspector.StatusBarItem>}
+ */
+ statusBarItems: function()
+ {
+ return [];
+ },
+
_messagesClicked: function()
{
if (!this._prompt.isCaretInsidePrompt() && window.getSelection().isCollapsed)
« no previous file with comments | « Source/devtools/front_end/resources/DOMStorageItemsView.js ('k') | Source/devtools/front_end/resources/DatabaseTableView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698