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

Unified Diff: chrome/browser/resources/print_preview/common/search_bubble.js

Issue 575333002: Compile print_preview, part 2: reduce down to 260 errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@I_print_preview
Patch Set: Created 6 years, 3 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/print_preview/common/search_bubble.js
diff --git a/chrome/browser/resources/print_preview/common/search_bubble.js b/chrome/browser/resources/print_preview/common/search_bubble.js
index 65bdb8155fa9c82a59482bcbd94bb5a196421c7a..9f85bc4a8409a3dfdf6431ce95da82007087fcd0 100644
--- a/chrome/browser/resources/print_preview/common/search_bubble.js
+++ b/chrome/browser/resources/print_preview/common/search_bubble.js
@@ -8,6 +8,7 @@ cr.define('print_preview', function() {
/**
* Encapsulated handling of a search bubble.
* @constructor
+ * @extends {HTMLDivElement}
*/
function SearchBubble(text) {
var el = cr.doc.createElement('div');

Powered by Google App Engine
This is Rietveld 408576698