Make our codebase less entertaining.
No intended behavior change. BUG=none TBR=owners NOTRY=true Review URL: https://codereview.chromium.org/56043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232663 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
chrome
extensions/common/permissions
net/tools/flip_server
url
@ -41,7 +41,7 @@ class SearchProviderInstallData : public WebDataServiceConsumer,
|
||||
INSTALLED_AS_DEFAULT = 2
|
||||
};
|
||||
|
||||
// |ui_death_notification| and |ui_death_source| indentify a notification that
|
||||
// |ui_death_notification| and |ui_death_source| identify a notification that
|
||||
// may be observed on the UI thread to know when this class no longer needs to
|
||||
// be kept up to date. (Note that this class may be deleted before or after
|
||||
// that notification occurs. It doesn't matter.)
|
||||
|
@ -863,7 +863,7 @@ IPC_SYNC_MESSAGE_CONTROL2_2(AutomationMsg_SendJSONRequestWithBrowserHandle,
|
||||
bool /* success */)
|
||||
|
||||
// Resets to the default theme.
|
||||
IPC_SYNC_MESSAGE_CONTROL0_0(AutomationMsg_DEPRECIATED_ResetToDefaultTheme)
|
||||
IPC_SYNC_MESSAGE_CONTROL0_0(AutomationMsg_DEPRECATED_ResetToDefaultTheme)
|
||||
|
||||
// This message requests the external tab identified by the tab handle
|
||||
// passed in be closed.
|
||||
|
@ -96,7 +96,7 @@ class PermissionSet
|
||||
// Returns true if this permission set includes effective access to |url|.
|
||||
bool HasEffectiveAccessToURL(const GURL& url) const;
|
||||
|
||||
// Returns ture if this permission set effectively represents full access
|
||||
// Returns true if this permission set effectively represents full access
|
||||
// (e.g. native code).
|
||||
bool HasEffectiveFullAccess() const;
|
||||
|
||||
|
@ -90,7 +90,7 @@ FlipAcceptor::FlipAcceptor(enum FlipHandlerType flip_handler_type,
|
||||
<< (ssl_cert_filename.size()?"true":"false");
|
||||
VLOG(1) << "\tCertificate : " << ssl_cert_filename;
|
||||
VLOG(1) << "\tKey : " << ssl_key_filename;
|
||||
VLOG(1) << "\tSpdy Only : " << (spdy_only?"true":"flase");
|
||||
VLOG(1) << "\tSpdy Only : " << (spdy_only?"true":"false");
|
||||
}
|
||||
|
||||
FlipAcceptor::~FlipAcceptor() {}
|
||||
|
@ -74,7 +74,7 @@ void DoOverrideComponent(const char* override_source,
|
||||
// not actually set the output character pointer.
|
||||
//
|
||||
// The input is converted to UTF-8 at the end of the given buffer as a temporary
|
||||
// holding place. The component indentifying the portion of the buffer used in
|
||||
// holding place. The component identifying the portion of the buffer used in
|
||||
// the |utf8_buffer| will be specified in |*dest_component|.
|
||||
//
|
||||
// This will not actually set any |dest| pointer like DoOverrideComponent
|
||||
|
@ -385,7 +385,7 @@ void SetupOverrideComponents(const char* base,
|
||||
// |source| will point into this buffer, which could be invalidated if
|
||||
// additional data is added and the CanonOutput resizes its buffer.
|
||||
//
|
||||
// Returns true on success. Fales means that the input was not valid UTF-16,
|
||||
// Returns true on success. False means that the input was not valid UTF-16,
|
||||
// although we will have still done the override with "invalid characters" in
|
||||
// place of errors.
|
||||
bool SetupUTF16OverrideComponents(const char* base,
|
||||
|
Reference in New Issue
Block a user