diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-02 23:04:24 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-02 23:04:24 +0000 |
commit | e6809af7046787a3556ae997bddbbd6d9847a957 (patch) | |
tree | ec437ceb42c1c1a485af7258998efab29f9b1f16 /chrome/common/chrome_constants.h | |
parent | a9bfb58da45eae71af445253eb0f21d4d497d39d (diff) | |
download | chromium_src-e6809af7046787a3556ae997bddbbd6d9847a957.zip chromium_src-e6809af7046787a3556ae997bddbbd6d9847a957.tar.gz chromium_src-e6809af7046787a3556ae997bddbbd6d9847a957.tar.bz2 |
Removed kChromiumRendererIdProperty window property.
This property was used by the GPU process to determine whether a particular renderer process had the right to render to a window. It turns out that this is no longer needed because now the browser tells the GPU process which child compositor window to render to and the GPU process trusts the browser process.
Also uncovered and fixed a bug in gpu_channel_host.cc where the renderer would hang if the GPU process failed to return a command buffer.
TEST=try
BUG=64834
Review URL: http://codereview.chromium.org/5607001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68096 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_constants.h')
-rw-r--r-- | chrome/common/chrome_constants.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h index 6510409b..bc4d4bf 100644 --- a/chrome/common/chrome_constants.h +++ b/chrome/common/chrome_constants.h @@ -91,8 +91,6 @@ extern const int kHistogramSynchronizerReservedSequenceNumber; // The maximum number of session history entries per tab. extern const int kMaxSessionHistoryEntries; -extern const wchar_t kChromiumRendererIdProperty[]; - // The language code used when the language of a page could not be detected. // (Matches what the CLD -Compact Language Detection- library reports.) extern const char* const kUnknownLanguageCode; |