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

Side by Side Diff: chrome/common/extensions/extension_permission_set.h

Issue 10086011: [Chrome OS ECHO]: Rename API and method names (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: address tbarzic's comments Created 8 years, 8 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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_COMMON_EXTENSIONS_EXTENSION_PERMISSION_SET_H_ 5 #ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_PERMISSION_SET_H_
6 #define CHROME_COMMON_EXTENSIONS_EXTENSION_PERMISSION_SET_H_ 6 #define CHROME_COMMON_EXTENSIONS_EXTENSION_PERMISSION_SET_H_
7 #pragma once 7 #pragma once
8 8
9 #include <map> 9 #include <map>
10 #include <set> 10 #include <set>
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 kHistory, 115 kHistory,
116 kIdle, 116 kIdle,
117 kInput, 117 kInput,
118 kInputMethodPrivate, 118 kInputMethodPrivate,
119 kKeybinding, 119 kKeybinding,
120 kManagedMode, 120 kManagedMode,
121 kManagement, 121 kManagement,
122 kMediaPlayerPrivate, 122 kMediaPlayerPrivate,
123 kMetricsPrivate, 123 kMetricsPrivate,
124 kNotification, 124 kNotification,
125 kOffersPrivate, 125 kEchoPrivate,
126 kPageCapture, 126 kPageCapture,
127 kPlugin, 127 kPlugin,
128 kPrivacy, 128 kPrivacy,
129 kProxy, 129 kProxy,
130 kSocket, 130 kSocket,
131 kStorage, 131 kStorage,
132 kSystemPrivate, 132 kSystemPrivate,
133 kTab, 133 kTab,
134 kTerminalPrivate, 134 kTerminalPrivate,
135 kTopSites, 135 kTopSites,
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 422
423 // The list of hosts that can be scripted by content scripts. 423 // The list of hosts that can be scripted by content scripts.
424 // TODO(jstritar): Rename to "user_script_hosts_"? 424 // TODO(jstritar): Rename to "user_script_hosts_"?
425 URLPatternSet scriptable_hosts_; 425 URLPatternSet scriptable_hosts_;
426 426
427 // The list of hosts this effectively grants access to. 427 // The list of hosts this effectively grants access to.
428 URLPatternSet effective_hosts_; 428 URLPatternSet effective_hosts_;
429 }; 429 };
430 430
431 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_PERMISSION_SET_H_ 431 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_PERMISSION_SET_H_
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/offersPrivate.json ('k') | chrome/common/extensions/extension_permission_set.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698