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

Side by Side Diff: chrome/browser/extensions/user_script_master.h

Issue 3120021: FBTF: Header cleanup in chrome/common part 2. The majority of the changed files (Closed)
Patch Set: Win fix 2. Created 10 years, 4 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/extensions/user_script_listener.h ('k') | chrome/browser/find_bar_controller.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_EXTENSIONS_USER_SCRIPT_MASTER_H_ 5 #ifndef CHROME_BROWSER_EXTENSIONS_USER_SCRIPT_MASTER_H_
6 #define CHROME_BROWSER_EXTENSIONS_USER_SCRIPT_MASTER_H_ 6 #define CHROME_BROWSER_EXTENSIONS_USER_SCRIPT_MASTER_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/file_path.h" 9 #include "base/file_path.h"
10 #include "base/gtest_prod_util.h" 10 #include "base/gtest_prod_util.h"
11 #include "base/scoped_ptr.h" 11 #include "base/scoped_ptr.h"
12 #include "base/shared_memory.h" 12 #include "base/shared_memory.h"
13 #include "chrome/browser/chrome_thread.h" 13 #include "chrome/browser/chrome_thread.h"
14 #include "chrome/common/extensions/user_script.h" 14 #include "chrome/common/extensions/user_script.h"
15 #include "chrome/common/notification_observer.h"
15 #include "chrome/common/notification_registrar.h" 16 #include "chrome/common/notification_registrar.h"
16 17
17 namespace base { 18 namespace base {
18 class StringPiece; 19 class StringPiece;
19 } 20 }
20 21
21 class Profile; 22 class Profile;
22 23
23 // Manages a segment of shared memory that contains the user scripts the user 24 // Manages a segment of shared memory that contains the user scripts the user
24 // has installed. Lives on the UI thread. 25 // has installed. Lives on the UI thread.
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 // finishes. This boolean tracks whether another scan is pending. 153 // finishes. This boolean tracks whether another scan is pending.
153 bool pending_scan_; 154 bool pending_scan_;
154 155
155 // The profile for which the scripts managed here are installed. 156 // The profile for which the scripts managed here are installed.
156 Profile* profile_; 157 Profile* profile_;
157 158
158 DISALLOW_COPY_AND_ASSIGN(UserScriptMaster); 159 DISALLOW_COPY_AND_ASSIGN(UserScriptMaster);
159 }; 160 };
160 161
161 #endif // CHROME_BROWSER_EXTENSIONS_USER_SCRIPT_MASTER_H_ 162 #endif // CHROME_BROWSER_EXTENSIONS_USER_SCRIPT_MASTER_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/user_script_listener.h ('k') | chrome/browser/find_bar_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698