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

Side by Side Diff: extensions/browser/script_executor.h

Issue 563263002: Cleanup: cpplint from /extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_SCRIPT_EXECUTOR_H_ 5 #ifndef EXTENSIONS_BROWSER_SCRIPT_EXECUTOR_H_
6 #define CHROME_BROWSER_EXTENSIONS_SCRIPT_EXECUTOR_H_ 6 #define EXTENSIONS_BROWSER_SCRIPT_EXECUTOR_H_
7 7
8 #include "base/callback_forward.h" 8 #include "base/callback_forward.h"
9 #include "base/observer_list.h" 9 #include "base/observer_list.h"
10 #include "extensions/common/user_script.h" 10 #include "extensions/common/user_script.h"
11 11
12 class GURL; 12 class GURL;
13 struct ExtensionMsg_ExecuteCode_Params; 13 struct ExtensionMsg_ExecuteCode_Params;
14 14
15 namespace base { 15 namespace base {
16 class ListValue; 16 class ListValue;
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 // The next value to use for request_id in ExtensionMsg_ExecuteCode_Params. 103 // The next value to use for request_id in ExtensionMsg_ExecuteCode_Params.
104 int next_request_id_; 104 int next_request_id_;
105 105
106 content::WebContents* web_contents_; 106 content::WebContents* web_contents_;
107 107
108 ObserverList<ScriptExecutionObserver>* script_observers_; 108 ObserverList<ScriptExecutionObserver>* script_observers_;
109 }; 109 };
110 110
111 } // namespace extensions 111 } // namespace extensions
112 112
113 #endif // CHROME_BROWSER_EXTENSIONS_SCRIPT_EXECUTOR_H_ 113 #endif // EXTENSIONS_BROWSER_SCRIPT_EXECUTOR_H_
OLDNEW
« no previous file with comments | « extensions/browser/script_execution_observer.h ('k') | extensions/browser/test_extension_registry_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698