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

Unified Diff: content/public/browser/web_contents_user_data.h

Issue 289863005: [Mac] Maximise timer slack for background tabs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Initial review Created 6 years, 7 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: content/public/browser/web_contents_user_data.h
diff --git a/content/public/browser/web_contents_user_data.h b/content/public/browser/web_contents_user_data.h
index e737ff30edb0e36df3f207aa1692f6acac08d178..663711508c266a77a641803884cd3fee543d3a09 100644
--- a/content/public/browser/web_contents_user_data.h
+++ b/content/public/browser/web_contents_user_data.h
@@ -23,7 +23,7 @@ namespace content {
// explicit FooTabHelper(content::WebContents* contents);
// friend class content::WebContentsUserData<FooTabHelper>;
// // ... more private stuff here ...
-// }
+// };
Avi (use Gerrit) 2014/05/20 14:41:39 This is correct but doesn't belong in this CL.
// --- in foo_tab_helper.cc ---
// DEFINE_WEB_CONTENTS_USER_DATA_KEY(FooTabHelper);
//
« chrome/common/render_messages.h ('K') | « chrome/renderer/chrome_render_process_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698