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

Unified Diff: extensions/browser/user_script_loader.h

Issue 1573843002: Make `chrome` target build without unused data members on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@content_target
Patch Set: browsertest fix Created 4 years, 11 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
« no previous file with comments | « components/gcm_driver/instance_id/instance_id_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/user_script_loader.h
diff --git a/extensions/browser/user_script_loader.h b/extensions/browser/user_script_loader.h
index 80b13d68db0d0ba8d2810c344a1208dbce0b38c6..ff6772aa9b09dac37d3917960f75b3e73e166c60 100644
--- a/extensions/browser/user_script_loader.h
+++ b/extensions/browser/user_script_loader.h
@@ -165,9 +165,6 @@ class UserScriptLoader : public content::NotificationObserver {
// finishes. This boolean tracks whether another load is pending.
bool pending_load_;
- // Whether or not we are currently loading.
- bool is_loading_;
-
// The browser_context for which the scripts managed here are installed.
content::BrowserContext* browser_context_;
« no previous file with comments | « components/gcm_driver/instance_id/instance_id_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698