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

Unified Diff: chrome/browser/chromeos/extensions/wallpaper_api.h

Issue 2315303002: Remove calls to IsRunningSequenceOnCurrentThread() in wallpaper API. (Closed)
Patch Set: Leaky LazyInstance Created 4 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/chromeos/extensions/wallpaper_api.h
diff --git a/chrome/browser/chromeos/extensions/wallpaper_api.h b/chrome/browser/chromeos/extensions/wallpaper_api.h
index 72c08a21f23c3628c91cb560600575b639a78a7d..6bd7f017169b7e606138eaf25e39e5795c514f90 100644
--- a/chrome/browser/chromeos/extensions/wallpaper_api.h
+++ b/chrome/browser/chromeos/extensions/wallpaper_api.h
@@ -64,10 +64,6 @@ class WallpaperSetWallpaperFunction : public WallpaperFunctionBase {
// Id used to identify user wallpaper files on hard drive.
wallpaper::WallpaperFilesId wallpaper_files_id_;
-
- // Sequence token associated with wallpaper operations. Shared with
- // WallpaperManager.
- base::SequencedWorkerPool::SequenceToken sequence_token_;
};
#endif // CHROME_BROWSER_CHROMEOS_EXTENSIONS_WALLPAPER_API_H_

Powered by Google App Engine
This is Rietveld 408576698