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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 567943002: Refactoring the weak_ptr_factory order content/browser folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolving swarming errors 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: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 912fe05137536c2c6fff8a08c42c6708c185a5ab..c50025c81d1ae3502c2469b123110d9f1358ff71 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -1061,8 +1061,6 @@ class CONTENT_EXPORT WebContentsImpl
base::TimeTicks loading_last_progress_update_;
- base::WeakPtrFactory<WebContentsImpl> loading_weak_factory_;
-
// Counter to track how many frames have sent start notifications but not
// stop notifications.
int loading_frames_in_progress_;
@@ -1241,6 +1239,8 @@ class CONTENT_EXPORT WebContentsImpl
// Monitors power levels for audio streams associated with this WebContents.
AudioStreamMonitor audio_stream_monitor_;
+ base::WeakPtrFactory<WebContentsImpl> loading_weak_factory_;
+
DISALLOW_COPY_AND_ASSIGN(WebContentsImpl);
};
« no previous file with comments | « content/browser/web_contents/aura/window_slider.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698